Home
last modified time | relevance | path

Searched defs:Reg (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/
Dassembler_test.h77 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/
Dregister.h26 explicit Reg(int reg_num) : num_(reg_num) { } in Reg() function
/art/compiler/debug/
Delf_debug_frame_writer.h39 using Reg = dwarf::Reg; in WriteCIE() local
Delf_debug_loc_writer.h32 using Reg = dwarf::Reg; variable