Searched refs:Addr (Results 1 – 11 of 11) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 51 typename Addr, 690 virtual std::vector<Addr> GetAddresses() = 0; 864 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() argument 870 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() argument 871 const std::vector<Addr>& a, in RepeatA() 873 return RepeatTemplatedMem<Addr>(f, a, &AssemblerTest::GetAddrName, fmt); in RepeatA() 877 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument 885 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument 887 const std::vector<Addr>& a, in RepeatAI() 889 return RepeatTemplatedMemImm<Addr>(f, imm_bytes, a, &AssemblerTest::GetAddrName, fmt); in RepeatAI() [all …]
|
/art/libelffile/elf/ |
D | elf_utils.h | 29 typedef Elf32_Addr Addr; typedef 44 typedef Elf64_Addr Addr; typedef
|
D | elf_debug_reader.h | 42 typedef typename ElfTypes::Addr ALIGNED(1) Elf_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() 236 using Elf_Addr = typename ElfTypes::Addr; in PackElfFileForJIT() 354 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in WriteDebugElfFileForClasses()
|
D | elf_debug_line_writer.h | 39 using Elf_Addr = typename ElfTypes::Addr;
|
D | elf_debug_info_writer.h | 60 using Elf_Addr = typename ElfTypes::Addr; 100 using Elf_Addr = typename ElfTypes::Addr;
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 64 (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()
|