Searched refs:end_address (Results 1 – 6 of 6) sorted by relevance
51 const uint8_t* end_address, in DisassemblerOptions() argument56 end_address_(end_address), in DisassemblerOptions()
47 void SetupAssembly(uint64_t end_address) { in SetupAssembly() argument52 reinterpret_cast<uint8_t*>(end_address), in SetupAssembly()
234 const uint16_t* const end_address = reinterpret_cast<const uint16_t*>( in Dump() local236 next = reinterpret_cast<uintptr_t>(disasm_->DecodeT32At(ip, end_address)); in Dump()
98 StackReference<T>** end_address) in AtomicBumpBack() argument114 *end_address = begin_ + new_index; in AtomicBumpBack()138 StackReference<T>** end_address) in BumpBack() argument151 *end_address = begin_ + new_index; in BumpBack()
125 const uint8_t* end_address) in HGraphVisualizerDisassembler() argument151 end_address, in HGraphVisualizerDisassembler()
3256 StackReference<mirror::Object>* end_address; in PushOnThreadLocalAllocationStackWithInternalGC() local3258 &end_address)) { in PushOnThreadLocalAllocationStackWithInternalGC()3272 self->SetThreadLocalAllocationStack(start_address, end_address); in PushOnThreadLocalAllocationStackWithInternalGC()