Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Datomic_stack.h145 bool ContainsSorted(const T& value) const { in ContainsSorted() function
/art/runtime/gc/
Dheap.cc674 if (allocation_stack_->ContainsSorted(const_cast<mirror::Object*>(obj))) { in IsLiveObjectLocked()
684 if (live_stack_->ContainsSorted(const_cast<mirror::Object*>(obj))) { in IsLiveObjectLocked()
1550 if (live_stack->ContainsSorted(const_cast<mirror::Object*>(ref))) { in operator ()()
1551 if (live_stack->ContainsSorted(const_cast<mirror::Object*>(obj))) { in operator ()()