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

/art/runtime/
H A Ddex_instruction-inl.h256 case k31i: return VRegB_31i();
337 inline int32_t Instruction::VRegB_31i() const { function in class:art::Instruction
H A Ddex_instruction.cc310 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break;
H A Ddex_instruction.h359 int32_t VRegB_31i() const;
/art/compiler/optimizing/
H A Dbuilder.cc1338 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i());
1364 int64_t value = instruction.VRegB_31i();
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc370 int32_t val = inst->VRegB_31i();
396 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i());
H A Dinterpreter_switch_impl.cc273 int32_t val = inst->VRegB_31i();
299 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i());
/art/runtime/verifier/
H A Dmethod_verifier.cc1843 int32_t val = inst->VRegB_31i();
1863 int64_t val = static_cast<int32_t>(inst->VRegB_31i());

Completed in 28 milliseconds