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,
695 virtual std::vector<Addr> GetAddresses() = 0;
910 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() argument
916 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() argument
917 const std::vector<Addr>& a, in RepeatA()
919 return RepeatTemplatedMem<Addr>(f, a, &AssemblerTest::GetAddrName, fmt); in RepeatA()
923 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument
931 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() argument
933 const std::vector<Addr>& a, in RepeatAI()
935 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.cc116 typename ElfTypes::Addr text_section_address, in MakeMiniDebugInfoInternal()
118 typename ElfTypes::Addr dex_section_address, in MakeMiniDebugInfoInternal()
180 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in MakeElfFileForJIT()
236 using Elf_Addr = typename ElfTypes::Addr; in PackElfFileForJIT()
348 CHECK_EQ(sizeof(ElfTypes::Addr), static_cast<size_t>(GetInstructionSetPointerSize(isa))); in WriteDebugElfFileForClasses()
Delf_debug_line_writer.h39 using Elf_Addr = typename ElfTypes::Addr;
Delf_debug_frame_writer.h173 typedef typename ElfTypes::Addr Elf_Addr; in WriteCFISection()
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.cc921 typename ElfTypes::Addr ElfFileImpl<ElfTypes>::FindSymbolAddress( in FindSymbolAddress()