Searched refs:VRegB_31i (Results 1 – 6 of 6) sorted by relevance
314 case k31i: return VRegB_31i(); in VRegB()397 inline int32_t Instruction::VRegB_31i() const { in VRegB_31i() function
325 case k31i: os << StringPrintf("%s v%d, #%+d", opcode, VRegA_31i(), VRegB_31i()); break; in DumpString()
430 int32_t VRegB_31i() const;
276 int32_t value = instruction.VRegB_31i(); in ProcessDexInstruction()
2788 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_31i(), dex_pc); in ProcessDexInstruction()2814 int64_t value = instruction.VRegB_31i(); in ProcessDexInstruction()
2203 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction()2221 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction()