Home
last modified time | relevance | path

Searched refs:vreg (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/dexter/
Ddissasembler.cc133 bool PrintCodeIrVisitor::Visit(lir::VReg* vreg) { in Visit() argument
134 printf("v%d", vreg->reg); in Visit()
Ddissasembler.h41 virtual bool Visit(lir::VReg* vreg) override;
/tools/dexter/slicer/
Dinstrumentation.cc538 virtual bool Visit(lir::VReg* vreg) override { in Visit() argument
539 vreg->reg += shift_; in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h97 virtual bool Visit(VReg* vreg) { return false; } in Visit() argument