Lines Matching +defs:val +defs:error
1115 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp() local
2654 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local
2659 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2664 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local
2669 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local
2675 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local
2682 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local
2689 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local
2696 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local
3703 for (auto& error : failures_) { in CodeFlowVerifyInstruction() local
5532 std::ostream& MethodVerifier::Fail(VerifyError error, bool pending_exc) { in Fail()