Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc511 collector_->IsOnAllocStack(ref))) in operator ()()
576 collector->IsOnAllocStack(obj))) in ObjectCallback()
1050 if (IsOnAllocStack(obj)) { in AssertToSpaceInvariant()
1090 CHECK(IsOnAllocStack(ref)) << "Unmarked ref that's not on the allocation stack. " in AssertToSpaceInvariant()
1469 if (IsOnAllocStack(from_ref)) { in IsMarked()
1482 bool ConcurrentCopying::IsOnAllocStack(mirror::Object* ref) { in IsOnAllocStack() function in art::gc::collector::ConcurrentCopying
1593 if (IsOnAllocStack(from_ref)) { in Mark()
Dconcurrent_copying.h232 bool IsOnAllocStack(mirror::Object* ref) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);