Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc157 native_need_to_run_finalization_(false), in Heap()
3289 native_need_to_run_finalization_ = true; in GrowForUtilization()
3591 if (native_need_to_run_finalization_) { in RegisterNativeAllocation()
3594 native_need_to_run_finalization_ = false; in RegisterNativeAllocation()
3617 native_need_to_run_finalization_ = false; in RegisterNativeAllocation()
Dheap.h1010 bool native_need_to_run_finalization_; variable