Searched refs:start_address (Results 1 – 5 of 5) sorted by relevance
96 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address, in AtomicBumpBack() argument112 *start_address = begin_ + index; in AtomicBumpBack()
281 uint64_t start_address = start_page * kPageSize; in ProcessOneDexMapping() local282 uint64_t end_page = RoundUp(start_address + dex_file_size, kPageSize) / kPageSize; in ProcessOneDexMapping()
975 uint32_t start_address, in LocalInfo()981 start_address_(start_address), in LocalInfo()
2942 StackReference<mirror::Object>* start_address; in PushOnThreadLocalAllocationStackWithInternalGC() local2944 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()2956 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()
660 const void* start_address; member