Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h268 bool IsOnAllocStack(mirror::Object* ref) REQUIRES_SHARED(Locks::mutator_lock_);
Dconcurrent_copying.cc2985 if (IsOnAllocStack(obj)) { in LogFromSpaceRefHolder()
3016 return IsOnAllocStack(from_ref); in IsMarkedInNonMovingSpace()
3558 bool ConcurrentCopying::IsOnAllocStack(mirror::Object* ref) { in IsOnAllocStack() function in art::gc::collector::ConcurrentCopying
3604 if (!IsOnAllocStack(ref) && in MarkNonMoving()
3619 } else if (IsOnAllocStack(ref)) { in MarkNonMoving()