HomeSort by relevance Sort by last modified time
    Searched defs:from_space (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/accounting/
mod_union_table.cc 93 space::ContinuousSpace* from_space,
97 from_space_(from_space),
145 space::ContinuousSpace* from_space,
149 from_space_(from_space),
279 space::ContinuousSpace* from_space = heap->FindContinuousSpaceFromObject(obj, false); local
285 LOG(INFO) << "FromSpace " << from_space->GetName() << " type "
286 << from_space->GetGcRetentionPolicy();
  /art/runtime/gc/
heap.cc 1921 space::MallocSpace* from_space = main_space_; local
    [all...]

Completed in 59 milliseconds