Searched refs:IsOnAllocStack (Results 1 – 2 of 2) sorted by relevance
680 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::ConcurrentCopying2037 if (IsOnAllocStack(ref)) { in MarkNonMoving()
171 bool IsOnAllocStack(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_);