Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h52 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/
Delf_utils.h29 using Addr = Elf32_Addr; member
44 using Addr = Elf64_Addr; member
Delf_debug_reader.h42 using Elf_Addr ALIGNED(1) = typename ElfTypes::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()
237 using Elf_Addr = typename ElfTypes::Addr; in PackElfFileForJIT()
355 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in WriteDebugElfFileForClasses()
Delf_debug_line_writer.h40 using Elf_Addr = typename ElfTypes::Addr;
Delf_debug_info_writer.h61 using Elf_Addr = typename ElfTypes::Addr;
101 using Elf_Addr = typename ElfTypes::Addr;
/art/compiler/debug/dwarf/
Ddwarf_test.h65 (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()
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc43 using Elf_Addr = typename ElfTypes::Addr; in WriteMinidebugInfo()