Home
last modified time | relevance | path

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

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