Searched refs:VRegB_31i (Results 1 – 7 of 7) sorted by relevance
272 case k31i: return VRegB_31i(); in VRegB()355 inline int32_t Instruction::VRegB_31i() const { in VRegB_31i() function
343 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break; in DumpString()
424 int32_t VRegB_31i() const;
253 int32_t value = instruction.VRegB_31i(); in ProcessDexInstruction()
2124 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i(), dex_pc); in ProcessDexInstruction()2150 int64_t value = instruction.VRegB_31i(); in ProcessDexInstruction()
654 int32_t val = inst->VRegB_31i(); in CONST()678 shadow_frame.SetVRegLong(inst->VRegA_31i(inst_data), inst->VRegB_31i()); in CONST_WIDE_32()
2257 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction()2277 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction()