Searched refs:start_address (Results 1 – 5 of 5) sorted by relevance
97 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address, in AtomicBumpBack() argument113 *start_address = begin_ + index; in AtomicBumpBack()
291 uint64_t start_address = start_page * kPageSize; in ProcessOneDexMapping() local292 uint64_t end_page = RoundUp(start_address + dex_file_size, kPageSize) / kPageSize; in ProcessOneDexMapping()
425 << v->start_address << ", location: " << v->location << "]"; in PrintRest()
3053 StackReference<mirror::Object>* start_address; in PushOnThreadLocalAllocationStackWithInternalGC() local3055 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()3070 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()
660 const void* start_address; member