Searched defs:IsInFromSpace (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space.h171 bool IsInFromSpace(mirror::Object* ref) { function in class:art::gc::space::FINAL
174 return r->IsInFromSpace();
340 bool IsInFromSpace() const { function in class:art::gc::space::FINAL::Region
486 // IsInFromSpace() etc.) we avoid taking a lock here. Note that

Completed in 162 milliseconds