Home | History | Annotate | Download | only in gc

Lines Matching refs:live_stack

2809       accounting::ObjectStack* live_stack = heap_->live_stack_.get();
2862 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) {
2868 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) {
3028 accounting::ObjectStack* live_stack = heap_->live_stack_.get();
3029 if (live_stack->ContainsSorted(ref)) {
3030 if (live_stack->ContainsSorted(obj)) {