Lines Matching refs:Fail
105 verifier->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << error_msg << work_insn_idx; in FailOrAbort()
702 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in Verify()
717 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in Verify()
732 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "method has more than one of public/protected/private"; in Verify()
741 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "zero-length code in concrete non-native method"; in Verify()
758 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in Verify()
767 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "interface methods must be public"; in Verify()
773 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "interface methods can't be protected"; in Verify()
779 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "constructors can't be abstract or native"; in Verify()
790 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "non-zero-length code in abstract or native method"; in Verify()
800 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "interfaces may not have non-static constructor"; in Verify()
803 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "interfaces may not have final methods"; in Verify()
811 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in Verify()
823 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "constructors can't be synchronized"; in Verify()
831 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad register counts (ins=" << code_item_->ins_size_ in Verify()
854 std::ostream& MethodVerifier::Fail(VerifyError error) { in Fail() function in art::verifier::MethodVerifier
986 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "code did not end where expected (" in ComputeWidthsAndCountOps()
1009 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad exception entry: startAddr=" << start in ScanTryCatchBlocks()
1014 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in ScanTryCatchBlocks()
1036 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in ScanTryCatchBlocks()
1041 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in ScanTryCatchBlocks()
1105 Fail(VERIFY_ERROR_FORCE_INTERPRETER) in VerifyInstruction()
1180 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid arg count (" << v_a << ") in " in VerifyInstruction()
1195 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid arg count (" << inst->VRegA() << ") in " in VerifyInstruction()
1202 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected opcode " << inst->Name(); in VerifyInstruction()
1207 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "opcode only expected at runtime " << inst->Name(); in VerifyInstruction()
1215 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register index out of range (" << idx << " >= " in CheckRegisterIndex()
1224 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "wide register index out of range (" << idx in CheckWideRegisterIndex()
1233 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad field index " << idx << " (max " in CheckFieldIndex()
1242 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad method index " << idx << " (max " in CheckMethodIndex()
1251 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad type index " << idx << " (max " in CheckNewInstance()
1258 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "can't call new-instance on type '" << descriptor << "'"; in CheckNewInstance()
1266 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad string index " << idx << " (max " in CheckStringIndex()
1275 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad type index " << idx << " (max " in CheckTypeIndex()
1284 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad type index " << idx << " (max " in CheckNewArray()
1296 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in CheckNewArray()
1301 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in CheckNewArray()
1319 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid array data start: at " << cur_offset in CheckArrayData()
1328 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unaligned array data table: at " << cur_offset in CheckArrayData()
1335 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array data table at " << cur_offset in CheckArrayData()
1346 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid array data end: at " << cur_offset in CheckArrayData()
1362 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "branch offset of zero not allowed at" in CheckBranchTarget()
1369 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "branch target overflow " in CheckBranchTarget()
1378 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid branch target " << offset << " (-> " in CheckBranchTarget()
1432 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid switch start: at " << cur_offset in CheckSwitchTargets()
1441 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unaligned switch table: at " << cur_offset in CheckSwitchTargets()
1448 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "switch table at " << cur_offset in CheckSwitchTargets()
1470 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in CheckSwitchTargets()
1477 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid switch end: at " << cur_offset in CheckSwitchTargets()
1492 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid packed switch: first_key=" << first_key in CheckSwitchTargets()
1504 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid sparse switch: last key=" << last_key in CheckSwitchTargets()
1520 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid switch target " << offset in CheckSwitchTargets()
1535 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid reg index (" << arg[idx] in CheckVarArgRegs()
1549 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid reg index " << vA << "+" << vC in CheckVarArgRangeRegs()
1661 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected 0 args, but method is not static"; in SetTypesFromSignature()
1696 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected " << expected_args in SetTypesFromSignature()
1737 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected " << expected_args in SetTypesFromSignature()
1756 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected signature type char '" in SetTypesFromSignature()
1763 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected " << expected_args in SetTypesFromSignature()
1797 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected char in return type descriptor '" in SetTypesFromSignature()
2037 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "encountered data table in instruction stream"; in CodeFlowVerifyInstruction()
2094 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "move-exception at pc 0x0"; in CodeFlowVerifyInstruction()
2108 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-void not expected"; in CodeFlowVerifyInstruction()
2117 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected non-category 1 return type " in CodeFlowVerifyInstruction()
2142 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-wide not expected"; in CodeFlowVerifyInstruction()
2157 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-object not expected"; in CodeFlowVerifyInstruction()
2167 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "returning undefined register"; in CodeFlowVerifyInstruction()
2169 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "returning register with conflict"; in CodeFlowVerifyInstruction()
2171 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "returning uninitialized object '" in CodeFlowVerifyInstruction()
2175 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-object returns a non-reference type " in CodeFlowVerifyInstruction()
2179 Fail(VERIFY_ERROR_NO_CLASS) << " can't resolve returned type '" << return_type in CodeFlowVerifyInstruction()
2188 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "array with erroneous component type: " in CodeFlowVerifyInstruction()
2194 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "returning '" << reg_type in CodeFlowVerifyInstruction()
2344 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "using primitive type " in CodeFlowVerifyInstruction()
2363 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on unexpected class " << res_type; in CodeFlowVerifyInstruction()
2365 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on unexpected class " << res_type; in CodeFlowVerifyInstruction()
2369 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on non-reference in v" << orig_type_reg; in CodeFlowVerifyInstruction()
2371 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on non-reference in v" << orig_type_reg; in CodeFlowVerifyInstruction()
2375 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "check-cast on uninitialized reference in v" in CodeFlowVerifyInstruction()
2378 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance-of on uninitialized reference in v" in CodeFlowVerifyInstruction()
2396 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array-length on non-array " << res_type; in CodeFlowVerifyInstruction()
2403 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array-length on non-array " << res_type; in CodeFlowVerifyInstruction()
2416 Fail(VERIFY_ERROR_INSTANTIATION) in CodeFlowVerifyInstruction()
2476 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "thrown exception not initialized"; in CodeFlowVerifyInstruction()
2478 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "thrown value of non-reference type " << res_type; in CodeFlowVerifyInstruction()
2480 Fail(res_type.IsUnresolvedTypes() ? VERIFY_ERROR_NO_CLASS : VERIFY_ERROR_BAD_CLASS_SOFT) in CodeFlowVerifyInstruction()
2504 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid fill-array-data with array type " in CodeFlowVerifyInstruction()
2508 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid fill-array-data for array of type " in CodeFlowVerifyInstruction()
2514 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid fill-array-data with component type " in CodeFlowVerifyInstruction()
2522 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid magic for array-data"; in CodeFlowVerifyInstruction()
2528 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array-data size mismatch (" << array_data[1] in CodeFlowVerifyInstruction()
2550 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "args to if-eq/if-ne (" << reg_type1 << "," in CodeFlowVerifyInstruction()
2562 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "args to 'if' (" << reg_type1 << "," in CodeFlowVerifyInstruction()
2571 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "type " << reg_type in CodeFlowVerifyInstruction()
2689 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "type " << reg_type in CodeFlowVerifyInstruction()
2911 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unable to initialize null ref"; in CodeFlowVerifyInstruction()
2926 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Expected initialization on uninitialized reference " in CodeFlowVerifyInstruction()
2977 Fail(VERIFY_ERROR_CLASS_CHANGE) << "expected interface class in invoke-interface '" in CodeFlowVerifyInstruction()
2990 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "interface call on uninitialized object " in CodeFlowVerifyInstruction()
3246 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-void-no-barrier not expected for field " in CodeFlowVerifyInstruction()
3254 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-void-no-barrier not expected for " in CodeFlowVerifyInstruction()
3264 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "return-void not expected"; in CodeFlowVerifyInstruction()
3333 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement invoke-lambda verification in CodeFlowVerifyInstruction()
3340 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement capture-variable verification in CodeFlowVerifyInstruction()
3347 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement create-lambda verification in CodeFlowVerifyInstruction()
3354 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement liberate-variable verification in CodeFlowVerifyInstruction()
3361 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Unexpected opcode " << inst->DumpString(dex_file_); in CodeFlowVerifyInstruction()
3369 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement box-lambda verification in CodeFlowVerifyInstruction()
3383 Fail(VERIFY_ERROR_FORCE_INTERPRETER); // TODO(iam): implement unbox-lambda verification in CodeFlowVerifyInstruction()
3392 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Unexpected opcode " << inst->DumpString(dex_file_); in CodeFlowVerifyInstruction()
3452 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "bad branch"; in CodeFlowVerifyInstruction()
3561 Fail(VERIFY_ERROR_BAD_CLASS_HARD) in CodeFlowVerifyInstruction()
3577 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Execution can walk off end of code area"; in CodeFlowVerifyInstruction()
3643 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in UninstantiableError()
3673 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "accessing broken descriptor '" << descriptor in ResolveClassAndCheckAccess()
3686 Fail(VERIFY_ERROR_ACCESS_CLASS) << "illegal class access: '" in ResolveClassAndCheckAccess()
3710 Fail(VERIFY_ERROR_NO_CLASS) << "unresolved exception class " << exception; in GetCaughtExceptionType()
3713 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "unexpected non-exception class " << exception; in GetCaughtExceptionType()
3737 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "unable to find exception handler"; in GetCaughtExceptionType()
3789 Fail(VERIFY_ERROR_NO_METHOD) << "couldn't find method " in ResolveMethodAndCheckAccess()
3799 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "rejecting non-direct call to constructor " in ResolveMethodAndCheckAccess()
3805 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "rejecting call to class initializer " in ResolveMethodAndCheckAccess()
3823 Fail(VERIFY_ERROR_CLASS_CHANGE) in ResolveMethodAndCheckAccess()
3830 Fail(VERIFY_ERROR_CLASS_CHANGE) in ResolveMethodAndCheckAccess()
3844 Fail(VERIFY_ERROR_ACCESS_METHOD) << "illegal method access (call " << PrettyMethod(res_method) in ResolveMethodAndCheckAccess()
3850 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invoke-super/virtual can't be used on private method " in ResolveMethodAndCheckAccess()
3862 Fail(VERIFY_ERROR_CLASS_CHANGE) << "invoke type (" << method_type << ") does not match method " in ResolveMethodAndCheckAccess()
3879 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid argument count (" << expected_args in VerifyInvocationArgsFromIterator()
3905 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "'this' arg must be initialized"; in VerifyInvocationArgsFromIterator()
3912 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "'this' arg must be initialized"; in VerifyInvocationArgsFromIterator()
3940 Fail(adjusted_type.IsUnresolvedTypes() in VerifyInvocationArgsFromIterator()
3957 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation, expected " << inst->VRegA() << in VerifyInvocationArgsFromIterator()
3965 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation because of missing signature " in VerifyInvocationArgsFromIterator()
3976 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "register v" << get_reg << " has type " << src_type in VerifyInvocationArgsFromIterator()
3995 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation, long or double parameter " in VerifyInvocationArgsFromIterator()
4006 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation, expected " << expected_args << in VerifyInvocationArgsFromIterator()
4073 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Unable to find referenced class from invoke-super"; in VerifyInvocationArgs()
4079 Fail(VERIFY_ERROR_CLASS_CHANGE) << "Cannot invoke-super on self as interface"; in VerifyInvocationArgs()
4085 Fail(VERIFY_ERROR_NO_CLASS) << "Unable to resolve the full class of 'this' used in an" in VerifyInvocationArgs()
4089 Fail(VERIFY_ERROR_CLASS_CHANGE) in VerifyInvocationArgs()
4099 Fail(VERIFY_ERROR_NO_METHOD) << "unknown super class in invoke-super from " in VerifyInvocationArgs()
4106 Fail(VERIFY_ERROR_NO_METHOD) << "invalid invoke-super from " in VerifyInvocationArgs()
4176 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Cannot infer method from " << inst->Name(); in VerifyInvokeVirtualQuickArgs()
4199 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid argument count (" << expected_args in VerifyInvokeVirtualQuickArgs()
4211 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "'this' arg must be initialized"; in VerifyInvokeVirtualQuickArgs()
4220 Fail(actual_arg_type.IsUninitializedTypes() // Just overcautious - should have never in VerifyInvokeVirtualQuickArgs()
4242 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invalid call to '" << PrettyMethod(res_method) in VerifyInvokeVirtualQuickArgs()
4251 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation of " << PrettyMethod(res_method) in VerifyInvokeVirtualQuickArgs()
4263 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Rejecting invocation of " << PrettyMethod(res_method) in VerifyInvokeVirtualQuickArgs()
4289 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "new-array on non-array class " << res_type; in VerifyNewArray()
4324 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAGet()
4341 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "not array type " << array_type << " with aget"; in VerifyAGet()
4345 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "reference array type " << array_type in VerifyAGet()
4348 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aget for " << array_type in VerifyAGet()
4359 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "primitive array type " << array_type in VerifyAGet()
4362 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "reference array type " << array_type in VerifyAGet()
4367 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "array type " << array_type in VerifyAGet()
4424 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "put insn has type '" << insn_type in VerifyPrimitivePut()
4429 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected value in v" << vregA in VerifyPrimitivePut()
4439 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Invalid reg type for array index (" << index_type << ")"; in VerifyAPut()
4464 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "not array type " << array_type << " with aput"; in VerifyAPut()
4468 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "put insn has type '" << insn_type in VerifyAPut()
4471 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aput for " << array_type in VerifyAPut()
4481 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "primitive array type " << array_type in VerifyAPut()
4519 Fail(VERIFY_ERROR_ACCESS_FIELD) << "cannot access static field " << PrettyField(field) in GetStaticField()
4523 Fail(VERIFY_ERROR_CLASS_CHANGE) << "expected field " << PrettyField(field) << " to be static"; in GetStaticField()
4554 Fail(VERIFY_ERROR_ACCESS_FIELD) << "cannot access instance field " << PrettyField(field) in GetInstanceField()
4558 Fail(VERIFY_ERROR_CLASS_CHANGE) << "expected field " << PrettyField(field) in GetInstanceField()
4566 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "instance field access on object that has " in GetInstanceField()
4582 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "cannot access instance field " << PrettyField(field) in GetInstanceField()
4602 Fail(type) << "cannot access instance field " << PrettyField(field) in GetInstanceField()
4637 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Might be accessing a superclass instance field prior " in VerifyISFieldAccess()
4641 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "cannot access superclass instance field " in VerifyISFieldAccess()
4653 Fail(VERIFY_ERROR_ACCESS_FIELD) << "cannot modify final field " << PrettyField(field) in VerifyISFieldAccess()
4689 Fail(error) << "expected field " << PrettyField(field) in VerifyISFieldAccess()
4709 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected field " << PrettyField(field) in VerifyISFieldAccess()
4721 Fail(error) << "expected field " << PrettyField(field) in VerifyISFieldAccess()
4766 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Cannot infer field from " << inst->Name(); in VerifyQuickFieldAccess()
4773 Fail(VERIFY_ERROR_ACCESS_FIELD) << "cannot modify final field " << PrettyField(field) in VerifyQuickFieldAccess()
4798 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Cannot infer field type from " << inst->Name(); in VerifyQuickFieldAccess()
4832 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected field " << PrettyField(field) in VerifyQuickFieldAccess()
4839 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected value in v" << vregA in VerifyQuickFieldAccess()
4847 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "expected field " << PrettyField(field) in VerifyQuickFieldAccess()
4866 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected field " << PrettyField(field) in VerifyQuickFieldAccess()
4873 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "expected field " << PrettyField(field) in VerifyQuickFieldAccess()
4893 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid use of move-exception"; in CheckNotMoveException()
4902 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "invalid use of move-result*"; in CheckNotMoveResult()
5101 Fail(VerifyError::VERIFY_ERROR_NO_CLASS) << "Could not create precise reference for " in FromClass()