Home | History | Annotate | Download | only in collector

Lines Matching refs:allocation_stack

937     accounting::ObjectStack* allocation_stack = heap_->allocation_stack_.get();
938 CHECK(std::find(allocation_stack->Begin(), allocation_stack->End(), obj) !=
939 allocation_stack->End()) << "Found dead object " << obj << "\n" << heap_->DumpSpaces();