Searched refs:start_address (Results 1 – 4 of 4) sorted by relevance
97 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address, in AtomicBumpBack() argument113 *start_address = begin_ + index; in AtomicBumpBack()
284 uint64_t start_address = start_page * kPageSize; in ProcessOneDexMapping() local285 uint64_t end_page = RoundUp(start_address + dex_file_size, kPageSize) / kPageSize; in ProcessOneDexMapping()
2951 StackReference<mirror::Object>* start_address; in PushOnThreadLocalAllocationStackWithInternalGC() local2953 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()2965 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()
660 const void* start_address; member