Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1577 space::ContinuousSpace* c_space = FindContinuousSpaceFromObject(obj, true); in IsLiveObjectLocked() local
1579 if (c_space != nullptr) { in IsLiveObjectLocked()
1580 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()
1618 if (c_space != nullptr) { in IsLiveObjectLocked()
1619 if (c_space->GetLiveBitmap()->Test(obj.Ptr())) { in IsLiveObjectLocked()