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

/art/runtime/gc/collector/
H A Dmark_compact.cc253 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
256 heap_->MarkAllocStackAsLive(live_stack);
258 live_stack->Reset();
H A Dsemi_space.cc315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
316 heap_->MarkAllocStackAsLive(live_stack);
317 live_stack->Reset();
H A Dmark_sweep.cc1111 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
1112 heap_->MarkAllocStackAsLive(live_stack);
1113 live_stack->Reset();
/art/runtime/gc/
H A Dheap.cc2283 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
2336 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) {
2342 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) {
2499 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
2500 if (live_stack->ContainsSorted(ref)) {
2501 if (live_stack->ContainsSorted(obj)) {

Completed in 108 milliseconds