Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dspace.cc59 BumpPointerSpace* Space::AsBumpPointerSpace() { in AsBumpPointerSpace() function in art::gc::space::Space
H A Dbump_pointer_space.h149 BumpPointerSpace* AsBumpPointerSpace() override { in AsBumpPointerSpace() function
H A Dspace.h134 virtual BumpPointerSpace* AsBumpPointerSpace();
/aosp_15_r20/art/runtime/
H A Ddebugger.cc752 space->AsBumpPointerSpace()->Walk(bump_pointer_space_visitor); in DdmSendHeapSegments()