Searched defs:Addr (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 909 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() 915 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() 922 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 930 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 938 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatRA() 944 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA() 957 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatrA() 963 std::string RepeatrA(void (Ass::*f)(Reg, const Addr&), in RepeatrA() 976 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatwA() 982 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), in RepeatwA() [all …]
|
/art/runtime/ |
D | elf.h | 1863 typedef Elf32_Addr Addr; typedef 1878 typedef Elf64_Addr Addr; typedef
|