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

  /art/runtime/gc/accounting/
mod_union_table.cc 179 space::ContinuousSpace* from_space = heap->FindContinuousSpaceFromObject(obj, false);
180 space::ContinuousSpace* to_space = heap->FindContinuousSpaceFromObject(ref, false);
275 auto* space = heap_->FindContinuousSpaceFromObject(reinterpret_cast<Object*>(start), false);
  /art/runtime/gc/
heap.cc     [all...]
heap.h 456 space::ContinuousSpace* FindContinuousSpaceFromObject(const mirror::Object*, bool fail_ok) const;
    [all...]
  /art/runtime/hprof/
hprof.cc 857 Runtime::Current()->GetHeap()->FindContinuousSpaceFromObject(obj, true);
    [all...]

Completed in 69 milliseconds