Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dbump_pointer_space-walk-inl.h74 pos = reinterpret_cast<uint8_t*>(GetNextObject(obj)); in Walk()
90 obj = GetNextObject(obj); in Walk()
H A 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
H A Dbump_pointer_space.h140 static mirror::Object* GetNextObject(mirror::Object* obj)
H A Dbump_pointer_space.cc100 mirror::Object* BumpPointerSpace::GetNextObject(mirror::Object* obj) { in GetNextObject() function in art::gc::space::BumpPointerSpace
H A Dregion_space.h683 static mirror::Object* GetNextObject(mirror::Object* obj)
H A Dregion_space.cc712 prev_obj_end = reinterpret_cast<uint8_t*>(GetNextObject(obj)); in PoisonDeadObjectsInUnevacuatedRegion()