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

/art/runtime/gc/collector/
H A Dmark_compact.cc228 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
231 heap_->MarkAllocStackAsLive(live_stack);
233 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 Dmark_sweep.cc1291 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
1292 heap_->MarkAllocStackAsLive(live_stack);
1293 live_stack->Reset();
H A Dconcurrent_copying.cc1589 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
1591 CHECK_GE(live_stack_freeze_size_, live_stack->Size());
1593 heap_->MarkAllocStackAsLive(live_stack);
1594 live_stack->Reset();
/art/runtime/gc/
H A Dheap.cc2950 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
3003 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) {
3009 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) {
3176 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
3177 if (live_stack->ContainsSorted(ref)) {
3178 if (live_stack->ContainsSorted(obj)) {

Completed in 141 milliseconds