Searched refs:VRegB_31i (Results 1 – 7 of 7) sorted by relevance
256 case k31i: return VRegB_31i(); in VRegB()337 inline int32_t Instruction::VRegB_31i() const { in VRegB_31i() function
310 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break; in DumpString()
359 int32_t VRegB_31i() const;
1338 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i()); in AnalyzeDexInstruction()1364 int64_t value = instruction.VRegB_31i(); in AnalyzeDexInstruction()
370 int32_t val = inst->VRegB_31i(); in ExecuteGotoImpl()396 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteGotoImpl()
273 int32_t val = inst->VRegB_31i(); in ExecuteSwitchImpl()299 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in ExecuteSwitchImpl()
1843 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction()1863 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction()