Home
last modified time | relevance | path

Searched refs:WriteOpReg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/debug/
Delf_debug_loc_writer.h225 expr.WriteOpReg(GetDwarfCoreReg(isa, value).num()); in WriteDebugLocEntry()
235 expr.WriteOpReg(Reg::ArmDp(value / 2).num()); in WriteDebugLocEntry()
238 expr.WriteOpReg(GetDwarfFpReg(isa, value).num()); in WriteDebugLocEntry()
/art/compiler/debug/dwarf/
Dexpression.h59 void WriteOpReg(uint32_t dwarf_reg_num) { in WriteOpReg() function