Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 35) sorted by relevance

12

/art/compiler/utils/x86/
Dassembler_x86.cc42 void X86Assembler::call(const Address& address) { in call()
74 void X86Assembler::pushl(const Address& address) { in pushl()
99 void X86Assembler::popl(const Address& address) { in popl()
950 void X86Assembler::xchgl(Register reg, const Address& address) { in xchgl()
957 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw()
977 void X86Assembler::cmpl(Register reg, const Address& address) { in cmpl()
991 void X86Assembler::addl(Register reg, const Address& address) { in addl()
998 void X86Assembler::cmpl(const Address& address, Register reg) { in cmpl()
1005 void X86Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl()
1018 void X86Assembler::testl(Register reg, const Address& address) { in testl()
[all …]
Dassembler_x86.h487 void LockCmpxchgl(const Address& address, Register reg) { in LockCmpxchgl()
491 void LockCmpxchg8b(const Address& address) { in LockCmpxchg8b()
/art/runtime/
Dmemory_region.h56 T* address = ComputeInternalPointer<T>(offset); in Load() local
66 T* address = ComputeInternalPointer<T>(offset); in Store() local
181 template<typename T> static bool IsWordAligned(const T* address) { in IsWordAligned()
Dhandle_scope.h100 uintptr_t address = reinterpret_cast<uintptr_t>(this) + ReferencesOffset(sizeof(void*)); in GetReferences() local
Ddex_file.cc780 int32_t DexFile::FindTryItem(const CodeItem &code_item, uint32_t address) { in FindTryItem()
804 int32_t DexFile::FindCatchHandlerOffset(const CodeItem &code_item, uint32_t address) { in FindCatchHandlerOffset()
820 uint32_t address = 0; in DecodeDebugInfo0() local
995 bool DexFile::LineNumForPcCb(void* raw_context, uint32_t address, uint32_t line_num) { in LineNumForPcCb()
1293 CatchHandlerIterator::CatchHandlerIterator(const DexFile::CodeItem& code_item, uint32_t address) { in CatchHandlerIterator()
/art/runtime/base/
Dhex_dump.h32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
Dscoped_arena_containers.h145 pointer address(reference x) const { return &x; } in address() function
146 const_pointer address(const_reference x) const { return &x; } in address() function
Darena_containers.h154 pointer address(reference x) const { return &x; } in address() function
155 const_pointer address(const_reference x) const { return &x; } in address() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc47 void X86_64Assembler::call(const Address& address) { in call()
70 void X86_64Assembler::pushq(const Address& address) { in pushq()
98 void X86_64Assembler::popq(const Address& address) { in popq()
1191 void X86_64Assembler::xchgl(CpuRegister reg, const Address& address) { in xchgl()
1199 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw()
1222 void X86_64Assembler::cmpl(CpuRegister reg, const Address& address) { in cmpl()
1230 void X86_64Assembler::cmpl(const Address& address, CpuRegister reg) { in cmpl()
1238 void X86_64Assembler::cmpl(const Address& address, const Immediate& imm) { in cmpl()
1261 void X86_64Assembler::cmpq(CpuRegister reg, const Address& address) { in cmpq()
1269 void X86_64Assembler::cmpq(const Address& address, const Immediate& imm) { in cmpq()
[all …]
Dassembler_x86_64.h615 void LockCmpxchgl(const Address& address, CpuRegister reg) { in LockCmpxchgl()
619 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq()
/art/compiler/utils/
Dswap_space.h160 pointer address(reference x) const { return &x; } in address() function
161 const_pointer address(const_reference x) const { return &x; } in address() function
Dassembler.h69 uintptr_t address() const { in address() function
/art/compiler/dwarf/
Ddebug_info_entry_writer.h161 void WriteStrp(Attribute attrib, int address) { in WriteStrp()
168 int address = debug_str->size(); in WriteStrp() local
/art/runtime/gc/accounting/
Dbitmap-inl.h137 uintptr_t* address = &bitmap_begin_[word_index]; in ModifyBit() local
Dspace_bitmap-inl.h167 uintptr_t* address = &bitmap_begin_[index]; in Modify() local
Dcard_table-inl.h31 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { in byte_cas()
/art/runtime/native/
Djava_lang_DexCache.cc38 void* address = const_cast<void*>(reinterpret_cast<const void*>(dex_file->Begin())); in DexCache_getDexNative() local
/art/compiler/
Dcfi_test.h101 std::string address; in ReformatCfi() local
Dcompiled_method.cc104 uintptr_t address = reinterpret_cast<uintptr_t>(code_pointer); in CodePointer() local
Delf_writer_quick.cc77 uintptr_t address = 0; // relative to start of section. in EncodeOatPatches() local
Doat_writer.cc854 uint32_t address = PointerToLowMemUInt32(object); in PatchObjectAddress() local
871 uint32_t address = PointerToLowMemUInt32(method); in PatchMethodAddress() local
882 uint32_t address = writer_->image_writer_ == nullptr ? target_offset : in PatchCodeAddress() local
/art/runtime/gc/space/
Dlarge_object_space.h175 size_t GetSlotIndexForAddress(uintptr_t address) const { in GetSlotIndexForAddress()
Dlarge_object_space.cc332 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) { in GetAllocationInfoForAddress()
542 uintptr_t address = GetAddressForAllocationInfo(cur_info); in Dump() local
/art/disassembler/
Ddisassembler_x86.cc165 std::ostringstream address; in DumpAddress() local
1280 std::string address = DumpAddress(mod, rm, rex64, rex_w, no_ops, byte_operand, in DumpInstruction() local
/art/runtime/interpreter/
Dunstarted_runtime.cc502 void* address = const_cast<void*>(reinterpret_cast<const void*>(dex_file->Begin())); in GetDexFromDexCache() local
541 int64_t address = shadow_frame->GetVRegLong(arg_offset); in UnstartedMemoryPeek() local
624 int8_t* address = reinterpret_cast<int8_t*>(static_cast<intptr_t>(address_long)); in UnstartedMemoryPeekArray() local

12