Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space-walk-inl.h74 pos = reinterpret_cast<uint8_t*>(GetNextObject(obj)); in Walk()
90 obj = GetNextObject(obj); in Walk()
Dbump_pointer_space.h140 static mirror::Object* GetNextObject(mirror::Object* obj)
Dregion_space-inl.h290 pos = reinterpret_cast<uint8_t*>(GetNextObject(obj)); in WalkNonLargeRegion()
307 inline mirror::Object* RegionSpace::GetNextObject(mirror::Object* obj) { in GetNextObject() function
Dbump_pointer_space.cc100 mirror::Object* BumpPointerSpace::GetNextObject(mirror::Object* obj) { in GetNextObject() function in art::gc::space::BumpPointerSpace
Dregion_space.h683 static mirror::Object* GetNextObject(mirror::Object* obj)
Dregion_space.cc712 prev_obj_end = reinterpret_cast<uint8_t*>(GetNextObject(obj)); in PoisonDeadObjectsInUnevacuatedRegion()