Home
last modified time | relevance | path

Searched refs:start_address (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/accounting/
Datomic_stack.h97 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address, in AtomicBumpBack() argument
113 *start_address = begin_ + index; in AtomicBumpBack()
/art/dexlayout/
Ddexdiag.cc291 uint64_t start_address = start_page * kPageSize; in ProcessOneDexMapping() local
292 uint64_t end_page = RoundUp(start_address + dex_file_size, kPageSize) / kPageSize; in ProcessOneDexMapping()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc425 << v->start_address << ", location: " << v->location << "]"; in PrintRest()
/art/runtime/gc/
Dheap.cc3026 StackReference<mirror::Object>* start_address; in PushOnThreadLocalAllocationStackWithInternalGC() local
3028 while (!allocation_stack_->AtomicBumpBack(kThreadLocalAllocationStackSize, &start_address, in PushOnThreadLocalAllocationStackWithInternalGC()
3040 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()
/art/openjdkjvmti/include/
Djvmti.h660 const void* start_address; member