Searched defs:live_stack (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.cc230 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
233 heap_->MarkAllocStackAsLive(live_stack);
235 live_stack->Reset();
H A Dsemi_space.cc335 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
336 heap_->MarkAllocStackAsLive(live_stack);
337 live_stack->Reset();
H A Dconcurrent_copying.cc1671 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
1673 CHECK_GE(live_stack_freeze_size_, live_stack->Size());
1675 heap_->MarkAllocStackAsLive(live_stack);
1676 live_stack->Reset();
H A Dmark_sweep.cc1314 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
1315 heap_->MarkAllocStackAsLive(live_stack);
1316 live_stack->Reset();
/art/runtime/gc/
H A Dheap.cc2818 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
2871 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) {
2877 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) {
3037 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
3038 if (live_stack->ContainsSorted(ref)) {
3039 if (live_stack->ContainsSorted(obj)) {

Completed in 691 milliseconds