Home
last modified time | relevance | path

Searched defs:HeapTask (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dtask_processor.h33 explicit HeapTask(uint64_t target_run_time) : target_run_time_(target_run_time) { in HeapTask() function
H A Dheap.h76 class HeapTask; variable