HomeSort by relevance Sort by last modified time
    Searched refs:IsInImmuneRegion (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/collector/
immune_spaces.h 52 ALWAYS_INLINE bool IsInImmuneRegion(const mirror::Object* obj) const {
semi_space-inl.h 61 } else if (!collect_from_space_only_ && !immune_spaces_.IsInImmuneRegion(obj)) {
mark_sweep.cc 505 if (immune_spaces_.IsInImmuneRegion(obj)) {
546 if (immune_spaces_.IsInImmuneRegion(obj)) {
    [all...]
semi_space.cc 768 immune_spaces_.IsInImmuneRegion(obj) ||
    [all...]

Completed in 1218 milliseconds