Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h53 typename Addr,
831 virtual std::vector<Addr> GetAddresses() = 0;
1007 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() argument
1013 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() argument
1014 const std::vector<Addr>& a, in RepeatA()
1016 return RepeatTemplatedMem<Addr>(f, a, &AssemblerTest::GetAddrName, fmt); in RepeatA()
1020 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument
1028 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument
1030 const std::vector<Addr>& a, in RepeatAI()
1032 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()
180 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in MakeElfFileForJIT()
235 using Elf_Addr = typename ElfTypes::Addr; in PackElfFileForJIT()
354 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/oat/
Delf_file_impl.h34 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()