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

/art/runtime/gc/
H A Dheap.cc3058 StackReference<mirror::Object>* start_address; local
3060 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address,
3072 self->SetThreadLocalAllocationStack(start_address, end_address);

Completed in 153 milliseconds