Home
last modified time | relevance | path

Searched refs:AsBumpPointerSpace (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Dspace.cc56 BumpPointerSpace* Space::AsBumpPointerSpace() { in AsBumpPointerSpace() function in art::gc::space::Space
Dbump_pointer_space.h140 BumpPointerSpace* AsBumpPointerSpace() OVERRIDE { in AsBumpPointerSpace() function
Dspace.h135 virtual BumpPointerSpace* AsBumpPointerSpace();
/art/runtime/native/
Ddalvik_system_VMDebug.cc332 gc::space::BumpPointerSpace* bump_pointer_space = space->AsBumpPointerSpace(); in VMDebug_getHeapSpaceStats()
/art/runtime/gc/
Dheap.cc2601 mark_compact_collector_->SetSpace(target_space->AsBumpPointerSpace()); in Compact()
/art/runtime/
Ddebugger.cc4773 space->AsBumpPointerSpace()->Walk(BumpPointerSpaceCallback, &context); in DdmSendHeapSegments()