Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc680 collector_->IsOnAllocStack(ref))) in operator ()()
758 collector->IsOnAllocStack(obj))) in ObjectCallback()
1538 if (IsOnAllocStack(obj)) { in LogFromSpaceRefHolder()
1579 CHECK(IsOnAllocStack(ref)) << "Unmarked ref that's not on the allocation stack. " in AssertToSpaceInvariantInNonMovingSpace()
1971 if (IsOnAllocStack(from_ref)) { in IsMarked()
1984 bool ConcurrentCopying::IsOnAllocStack(mirror::Object* ref) { in IsOnAllocStack() function in art::gc::collector::ConcurrentCopying
2037 if (IsOnAllocStack(ref)) { in MarkNonMoving()
Dconcurrent_copying.h171 bool IsOnAllocStack(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_);