Searched refs:Addr (Results 1 – 11 of 11) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 52 typename Addr, 709 virtual std::vector<Addr> GetAddresses() = 0; 883 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() argument 889 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() argument 890 const std::vector<Addr>& a, in RepeatA() 892 return RepeatTemplatedMem<Addr>(f, a, &AssemblerTest::GetAddrName, fmt); in RepeatA() 896 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument 904 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument 906 const std::vector<Addr>& a, in RepeatAI() 908 return RepeatTemplatedMemImm<Addr>(f, imm_bytes, a, &AssemblerTest::GetAddrName, fmt); in RepeatAI() [all …]
|
/art/libelffile/elf/ |
D | elf_utils.h | 29 using Addr = Elf32_Addr; member 44 using Addr = Elf64_Addr; member
|
D | elf_debug_reader.h | 42 using Elf_Addr ALIGNED(1) = typename ElfTypes::Addr;
|
D | elf_builder.h | 77 using Elf_Addr = typename ElfTypes::Addr;
|
/art/compiler/debug/ |
D | elf_debug_writer.cc | 117 typename ElfTypes::Addr text_section_address, in MakeMiniDebugInfoInternal() 119 typename ElfTypes::Addr dex_section_address, in MakeMiniDebugInfoInternal() 181 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in MakeElfFileForJIT() 237 using Elf_Addr = typename ElfTypes::Addr; in PackElfFileForJIT() 355 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in WriteDebugElfFileForClasses()
|
D | elf_debug_line_writer.h | 40 using Elf_Addr = typename ElfTypes::Addr;
|
D | elf_debug_info_writer.h | 61 using Elf_Addr = typename ElfTypes::Addr; 101 using Elf_Addr = typename ElfTypes::Addr;
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 65 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86; in Objdump()
|
/art/runtime/ |
D | elf_file_impl.h | 33 using Elf_Addr = typename ElfTypes::Addr;
|
D | elf_file.cc | 920 typename ElfTypes::Addr ElfFileImpl<ElfTypes>::FindSymbolAddress( in FindSymbolAddress()
|
/art/tools/create_minidebuginfo/ |
D | create_minidebuginfo.cc | 43 using Elf_Addr = typename ElfTypes::Addr; in WriteMinidebugInfo()
|