Searched defs:Addr (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 864 std::string RepeatA(void (Ass::*f)(const Addr&), const std::string& fmt) { in RepeatA() 870 std::string RepeatA(void (Ass::*f)(const Addr&), in RepeatA() 877 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 885 std::string RepeatAI(void (Ass::*f)(const Addr&, const Imm&), in RepeatAI() 893 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatRA() 899 std::string RepeatRA(void (Ass::*f)(Reg, const Addr&), in RepeatRA() 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 RepeatwA(void (Ass::*f)(Reg, const Addr&), const std::string& fmt) { in RepeatwA() 937 std::string RepeatwA(void (Ass::*f)(Reg, const Addr&), in RepeatwA() [all …]
|
/art/libelffile/elf/ |
D | elf_utils.h | 29 typedef Elf32_Addr Addr; typedef 44 typedef Elf64_Addr Addr; typedef
|