Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h279 bool IsOnAllocStack(mirror::Object* ref) REQUIRES_SHARED(Locks::mutator_lock_);
Dconcurrent_copying.cc3090 if (IsOnAllocStack(obj)) { in LogFromSpaceRefHolder()
3121 return IsOnAllocStack(from_ref); in IsMarkedInNonMovingSpace()
3664 bool ConcurrentCopying::IsOnAllocStack(mirror::Object* ref) { in IsOnAllocStack() function in art::gc::collector::ConcurrentCopying
3710 if (!IsOnAllocStack(ref) && in MarkNonMoving()
3725 } else if (IsOnAllocStack(ref)) { in MarkNonMoving()