Searched refs:VRegB_31i (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h272 case k31i: return VRegB_31i();
355 inline int32_t Instruction::VRegB_31i() const { function in class:art::Instruction
H A Ddex_instruction.cc334 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break;
H A Ddex_instruction.h398 int32_t VRegB_31i() const;
/art/compiler/optimizing/
H A Dinstruction_builder.cc1785 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i(), dex_pc);
1811 int64_t value = instruction.VRegB_31i();
/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc355 int32_t val = inst->VRegB_31i();
381 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i());
/art/runtime/verifier/
H A Dmethod_verifier.cc2275 int32_t val = inst->VRegB_31i();
2295 int64_t val = static_cast<int32_t>(inst->VRegB_31i());

Completed in 139 milliseconds