HomeSort by relevance Sort by last modified time
    Searched refs:VRegPair (Results 1 - 8 of 8) sorted by null

  /tools/dexter/dexter/
dissasembler.h 42 virtual bool Visit(lir::VRegPair* vreg_pair) override;
dissasembler.cc 138 bool PrintCodeIrVisitor::Visit(lir::VRegPair* vreg_pair) {
experimental.cc 256 reg = bytecode->CastOperand<lir::VRegPair>(0)->base_reg;
  /tools/dexter/slicer/export/slicer/
code_ir.h 55 struct VRegPair;
92 virtual bool Visit(VRegPair* vreg_pair) { return false; }
158 struct VRegPair : public Operand {
161 VRegPair(dex::u4 base_reg) : base_reg(base_reg) {}
  /tools/dexter/slicer/
instrumentation.cc 127 reg = bytecode->CastOperand<lir::VRegPair>(0)->base_reg;
248 virtual bool Visit(lir::VRegPair* vreg_pair) override {
346 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg - shift));
347 move->operands.push_back(code_ir->Alloc<lir::VRegPair>(reg));
bytecode_encoder.cc 98 ? bytecode->CastOperand<VRegPair>(index)->base_reg
107 ? bytecode->CastOperand<VRegPair>(index)->base_reg
116 ? bytecode->CastOperand<VRegPair>(index)->base_reg
code_ir.cc 427 return Alloc<VRegPair>(dex_instr.vA);
436 return Alloc<VRegPair>(dex_instr.vB);
445 return Alloc<VRegPair>(dex_instr.vC);
  /external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
agent.cc 679 VRegPair* v3v4 = c.Alloc<VRegPair>(3);
680 VRegPair* argRegPair = c.Alloc<VRegPair>(argReg);
725 VRegPair* v0v1 = c.Alloc<VRegPair>(0);
761 addInstr(c, fi, OP_MOVE_WIDE_16,{c.Alloc<VRegPair>(origReg),
762 c.Alloc<VRegPair>(argReg)});
    [all...]

Completed in 2971 milliseconds