Searched defs:Reg (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 77 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) { in RepeatR() 84 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) { in Repeatr() 91 std::string RepeatRR(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRR() argument 100 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() argument 109 std::string Repeatrr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrr() argument 118 std::string Repeatww(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatww() argument 127 std::string Repeatbb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatbb() argument 136 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() argument 147 std::string Repeatrb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrb() argument 156 std::string RepeatRr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRr() argument [all …]
|
/art/libelffile/dwarf/ |
D | register.h | 26 explicit Reg(int reg_num) : num_(reg_num) { } in Reg() function
|
/art/compiler/debug/ |
D | elf_debug_frame_writer.h | 39 using Reg = dwarf::Reg; in WriteCIE() local
|
D | elf_debug_loc_writer.h | 32 using Reg = dwarf::Reg; variable
|