Definition at line 299 of file safepoint_test.cc.
◆ Data()
dart::CheckinTask::Data::Data |
( |
IsolateGroup * |
isolate_group, |
|
|
SafepointLevel |
level, |
|
|
std::atomic< intptr_t > * |
gc_only_checkins, |
|
|
std::atomic< intptr_t > * |
deopt_checkin, |
|
|
std::atomic< intptr_t > * |
reload_checkin, |
|
|
std::atomic< intptr_t > * |
timeout_checkin |
|
) |
| |
|
inline |
Definition at line 300 of file safepoint_test.cc.
struct PathData * Data(SkPath *path)
std::atomic< intptr_t > * timeout_checkin
std::atomic< intptr_t > * deopt_checkin
std::atomic< intptr_t > * gc_only_checkins
std::atomic< intptr_t > * reload_checkin
◆ deopt_checkin
std::atomic<intptr_t>* dart::CheckinTask::Data::deopt_checkin |
◆ gc_only_checkins
std::atomic<intptr_t>* dart::CheckinTask::Data::gc_only_checkins |
◆ level
◆ reload_checkin
std::atomic<intptr_t>* dart::CheckinTask::Data::reload_checkin |
◆ timeout_checkin
std::atomic<intptr_t>* dart::CheckinTask::Data::timeout_checkin |
The documentation for this struct was generated from the following file: