Searched defs:Addr (Results 1 – 2 of 2) sorted by relevance
| /art/compiler/utils/ |
| D | assembler_test.h | 883 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() 889 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() 896 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 904 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 912 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatRA() 918 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA() 931 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatrA() 937 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), in RepeatrA() 950 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatwA() 956 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
|