Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h107 void CreateInterRegionRefBitmaps();
Dconcurrent_copying.cc293 void ConcurrentCopying::CreateInterRegionRefBitmaps() { in CreateInterRegionRefBitmaps() function in art::gc::collector::ConcurrentCopying
/art/runtime/gc/
Dheap.cc720 concurrent_copying_collector_->CreateInterRegionRefBitmaps(); in Heap()