HomeSort by relevance Sort by last modified time
    Searched refs:to_space (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/accounting/
mod_union_table.cc 180 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); local
186 LOG(INFO) << "ToSpace " << to_space->GetName() << " type "
187 << to_space->GetGcRetentionPolicy();
  /art/runtime/gc/collector/
semi_space.h 84 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
semi_space.cc 735 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) {
736 DCHECK(to_space != nullptr);
737 to_space_ = to_space;
    [all...]
  /art/runtime/gc/
heap.cc 1624 space::MallocSpace* to_space = main_space_backup_.release(); local
    [all...]

Completed in 165 milliseconds