Searched defs:Addr (Results 1 – 2 of 2) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_test.h | 1018 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() 1024 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() 1031 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 1039 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 1047 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatRA() 1053 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA() 1066 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatrA() 1072 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), in RepeatrA() 1085 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatwA() 1091 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), in RepeatwA() [all …]
|
| /art/libelffile/elf/ |
| D | elf_utils.h | 29 using Addr = Elf32_Addr; member 44 using Addr = Elf64_Addr; member
|