Home
last modified time | relevance | path

Searched refs:CreateInterRegionRefBitmaps (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/gc/collector/
H A Dconcurrent_copying.h106 void CreateInterRegionRefBitmaps();
H A Dconcurrent_copying.cc320 void ConcurrentCopying::CreateInterRegionRefBitmaps() { in CreateInterRegionRefBitmaps() function in art::gc::collector::ConcurrentCopying
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc824 concurrent_copying_collector_->CreateInterRegionRefBitmaps(); in Heap()