/art/compiler/utils/x86/ |
D | assembler_x86.cc | 42 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 …]
|
D | assembler_x86.h | 487 void LockCmpxchgl(const Address& address, Register reg) { in LockCmpxchgl() 491 void LockCmpxchg8b(const Address& address) { in LockCmpxchg8b()
|
/art/runtime/ |
D | memory_region.h | 56 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()
|
D | handle_scope.h | 100 uintptr_t address = reinterpret_cast<uintptr_t>(this) + ReferencesOffset(sizeof(void*)); in GetReferences() local
|
D | dex_file.cc | 780 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/ |
D | hex_dump.h | 32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
|
D | scoped_arena_containers.h | 145 pointer address(reference x) const { return &x; } in address() function 146 const_pointer address(const_reference x) const { return &x; } in address() function
|
D | arena_containers.h | 154 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/ |
D | assembler_x86_64.cc | 47 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 …]
|
D | assembler_x86_64.h | 615 void LockCmpxchgl(const Address& address, CpuRegister reg) { in LockCmpxchgl() 619 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq()
|
/art/compiler/utils/ |
D | swap_space.h | 160 pointer address(reference x) const { return &x; } in address() function 161 const_pointer address(const_reference x) const { return &x; } in address() function
|
D | assembler.h | 69 uintptr_t address() const { in address() function
|
/art/compiler/dwarf/ |
D | debug_info_entry_writer.h | 161 void WriteStrp(Attribute attrib, int address) { in WriteStrp() 168 int address = debug_str->size(); in WriteStrp() local
|
/art/runtime/gc/accounting/ |
D | bitmap-inl.h | 137 uintptr_t* address = &bitmap_begin_[word_index]; in ModifyBit() local
|
D | space_bitmap-inl.h | 167 uintptr_t* address = &bitmap_begin_[index]; in Modify() local
|
D | card_table-inl.h | 31 static inline bool byte_cas(uint8_t old_value, uint8_t new_value, uint8_t* address) { in byte_cas()
|
/art/runtime/native/ |
D | java_lang_DexCache.cc | 38 void* address = const_cast<void*>(reinterpret_cast<const void*>(dex_file->Begin())); in DexCache_getDexNative() local
|
/art/compiler/ |
D | cfi_test.h | 101 std::string address; in ReformatCfi() local
|
D | compiled_method.cc | 104 uintptr_t address = reinterpret_cast<uintptr_t>(code_pointer); in CodePointer() local
|
D | elf_writer_quick.cc | 77 uintptr_t address = 0; // relative to start of section. in EncodeOatPatches() local
|
D | oat_writer.cc | 854 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/ |
D | large_object_space.h | 175 size_t GetSlotIndexForAddress(uintptr_t address) const { in GetSlotIndexForAddress()
|
D | large_object_space.cc | 332 AllocationInfo* FreeListSpace::GetAllocationInfoForAddress(uintptr_t address) { in GetAllocationInfoForAddress() 542 uintptr_t address = GetAddressForAllocationInfo(cur_info); in Dump() local
|
/art/disassembler/ |
D | disassembler_x86.cc | 165 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/ |
D | unstarted_runtime.cc | 502 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
|