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 281 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false); local
288 LOG(INFO) << "ToSpace " << to_space->GetName() << " type "
289 << to_space->GetGcRetentionPolicy();
  /art/runtime/gc/collector/
semi_space.h 83 void SetToSpace(space::ContinuousMemMapAllocSpace* to_space);
semi_space.cc 791 void SemiSpace::SetToSpace(space::ContinuousMemMapAllocSpace* to_space) {
792 DCHECK(to_space != nullptr);
793 to_space_ = to_space;
    [all...]
  /art/runtime/gc/
heap.cc 1927 space::MallocSpace* to_space = main_space_backup_.release(); local
    [all...]

Completed in 210 milliseconds