Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces.h52 ALWAYS_INLINE bool IsInImmuneRegion(const mirror::Object* obj) const { in IsInImmuneRegion() function
Dsemi_space-inl.h77 } else if (!collect_from_space_only_ && !immune_spaces_.IsInImmuneRegion(obj)) { in MarkObject()
Dmark_compact.cc151 if (!immune_spaces_.IsInImmuneRegion(obj)) { in MarkObject()
478 if (immune_spaces_.IsInImmuneRegion(object)) { in IsMarked()
Dmark_sweep.cc486 if (immune_spaces_.IsInImmuneRegion(obj)) { in MarkObjectNonNull()
527 if (immune_spaces_.IsInImmuneRegion(obj)) { in MarkObjectParallel()
1429 if (immune_spaces_.IsInImmuneRegion(object)) { in IsMarked()
Dsemi_space.cc778 immune_spaces_.IsInImmuneRegion(obj) || in IsMarked()