Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction-inl.h316 case k32x: return VRegB_32x(); in VRegB()
407 inline uint16_t Instruction::VRegB_32x() const { in VRegB_32x() function
Ddex_instruction.cc322 case k32x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_32x(), VRegB_32x()); break; in DumpString()
Ddex_instruction.h432 uint16_t VRegB_32x() const;
/art/runtime/verifier/
Dmethod_verifier.cc2102 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategory1nr); in CodeFlowVerifyInstruction()
2111 work_line_->CopyRegister2(this, inst->VRegA_32x(), inst->VRegB_32x()); in CodeFlowVerifyInstruction()
2120 work_line_->CopyRegister1(this, inst->VRegA_32x(), inst->VRegB_32x(), kTypeCategoryRef); in CodeFlowVerifyInstruction()
2765 maybe_update_fn(move_inst.VRegB_32x(), move_inst.VRegA_32x()); in CodeFlowVerifyInstruction()