Searched refs:Addr (Results 1 - 13 of 13) sorted by relevance

/art/runtime/interpreter/mterp/arm/
H A Dalt_stub.S8 adrl lr, artMterpAsmInstructionStart + (${opnum} * 128) @ Addr of primary handler.
/art/runtime/interpreter/mterp/mips/
H A Dalt_stub.S7 la ra, artMterpAsmInstructionStart + (${opnum} * 128) # Addr of primary handler
/art/runtime/interpreter/mterp/mips64/
H A Dalt_stub.S13 daddu ra, ra, (${opnum} * 128) # Addr of primary handler.
/art/compiler/utils/
H A Dassembler_test.h50 typename Addr,
694 virtual std::vector<Addr> GetAddresses() = 0;
909 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { argument
915 std::string RepeatA(void (Ass::*f)(const Addr&), argument
916 const std::vector<Addr>& a,
918 return RepeatTemplatedMem<Addr>(f, a, &AssemblerTest::GetAddrName, fmt);
922 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), argument
930 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), argument
932 const std::vector<Addr>& a,
934 return RepeatTemplatedMemImm<Addr>(
938 RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) argument
944 RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::vector<Addr>& a, const std::string& fmt) argument
957 RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) argument
963 RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::vector<Addr>& a, const std::string& fmt) argument
976 RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) argument
982 RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::vector<Addr>& a, const std::string& fmt) argument
995 RepeatbA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) argument
1001 RepeatbA(void (Ass::*f)(Reg, const Addr&), const std::vector<Addr>& a, const std::string& fmt) argument
1014 RepeatFA(void (Ass::*f)(FPReg, const Addr&), const std::string& fmt) argument
1020 RepeatFA(void (Ass::*f)(FPReg, const Addr&), const std::vector<Addr>& a, const std::string& fmt) argument
1033 RepeatAR(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) argument
1039 RepeatAR(void (Ass::*f)(const Addr&, Reg), const std::vector<Addr>& a, const std::string& fmt) argument
1052 RepeatAr(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) argument
1058 RepeatAr(void (Ass::*f)(const Addr&, Reg), const std::vector<Addr>& a, const std::string& fmt) argument
1071 RepeatAw(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) argument
1077 RepeatAw(void (Ass::*f)(const Addr&, Reg), const std::vector<Addr>& a, const std::string& fmt) argument
1090 RepeatAb(void (Ass::*f)(const Addr&, Reg), const std::string& fmt) argument
1096 RepeatAb(void (Ass::*f)(const Addr&, Reg), const std::vector<Addr>& a, const std::string& fmt) argument
1109 RepeatAF(void (Ass::*f)(const Addr&, FPReg), const std::string& fmt) argument
1115 RepeatAF(void (Ass::*f)(const Addr&, FPReg), const std::vector<Addr>& a, const std::string& fmt) argument
[all...]
/art/compiler/debug/
H A Delf_gnu_debugdata_writer.h83 typename ElfTypes::Addr text_section_address,
85 typename ElfTypes::Addr dex_section_address,
H A Delf_debug_line_writer.h44 using Elf_Addr = typename ElfTypes::Addr;
H A Delf_debug_frame_writer.h176 typedef typename ElfTypes::Addr Elf_Addr;
H A Delf_debug_info_writer.h71 using Elf_Addr = typename ElfTypes::Addr;
116 using Elf_Addr = typename ElfTypes::Addr;
/art/compiler/debug/dwarf/
H A Ddwarf_test.h64 (sizeof(typename ElfTypes::Addr) == 8) ? InstructionSet::kX86_64 : InstructionSet::kX86;
/art/runtime/
H A Delf_file_impl.h34 using Elf_Addr = typename ElfTypes::Addr;
H A Delf.h1863 typedef Elf32_Addr Addr; typedef in struct:ElfTypes32
1878 typedef Elf64_Addr Addr; typedef in struct:ElfTypes64
H A Delf_file.cc929 typename ElfTypes::Addr ElfFileImpl<ElfTypes>::FindSymbolAddress(
/art/compiler/linker/
H A Delf_builder.h85 using Elf_Addr = typename ElfTypes::Addr;

Completed in 103 milliseconds