Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.h107 void CreateInterRegionRefBitmaps();
H A Dconcurrent_copying.cc314 void ConcurrentCopying::CreateInterRegionRefBitmaps() { in CreateInterRegionRefBitmaps() function in art::gc::collector::ConcurrentCopying
/aosp12/art/runtime/gc/
H A Dheap.cc758 concurrent_copying_collector_->CreateInterRegionRefBitmaps(); in Heap()