Home | History | Annotate | Download | only in gc

Lines Matching refs:live_stack

2348       accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2401 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) {
2407 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) {
2564 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2565 if (live_stack->ContainsSorted(ref)) {
2566 if (live_stack->ContainsSorted(obj)) {