Home
last modified time | relevance | path

Searched refs:target_run_time (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstartup_completed_task.h28 explicit StartupCompletedTask(uint64_t target_run_time) : gc::HeapTask(target_run_time) {} in StartupCompletedTask() argument
/art/runtime/gc/
Dtask_processor.h32 explicit HeapTask(uint64_t target_run_time) : target_run_time_(target_run_time) { in HeapTask() argument