Home
last modified time | relevance | path

Searched refs:Addr (Results 1 – 11 of 11) sorted by relevance

/art/compiler/utils/
Dassembler_test.h51 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/
Delf_utils.h29 typedef Elf32_Addr Addr; typedef
44 typedef Elf64_Addr Addr; typedef
Delf_debug_reader.h41 typedef typename ElfTypes::Addr ALIGNED(1) Elf_Addr;
Delf_builder.h77 using Elf_Addr = typename ElfTypes::Addr;
/art/compiler/debug/
Delf_debug_writer.cc117 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()
Delf_debug_frame_writer.h153 typedef typename ElfTypes::Addr Elf_Addr; in WriteCFISection()
Delf_debug_line_writer.h39 using Elf_Addr = typename ElfTypes::Addr;
Delf_debug_info_writer.h60 using Elf_Addr = typename ElfTypes::Addr;
100 using Elf_Addr = typename ElfTypes::Addr;
/art/compiler/debug/dwarf/
Ddwarf_test.h64 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86; in Objdump()
/art/runtime/
Delf_file_impl.h33 using Elf_Addr = typename ElfTypes::Addr;
Delf_file.cc920 typename ElfTypes::Addr ElfFileImpl<ElfTypes>::FindSymbolAddress( in FindSymbolAddress()