Lines Matching refs:RecordFailure

771 void Redefiner::RecordFailure(jvmtiError result,  in RecordFailure()  function in openjdkjvmti::Redefiner
943 RecordFailure(bigger ? ERR(UNSUPPORTED_REDEFINITION_METHOD_ADDED) in CheckMethods()
977 RecordFailure( in CheckMethods()
983 RecordFailure( in CheckMethods()
1004 RecordFailure( in CheckMethods()
1040 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED), in CheckFields()
1045 RecordFailure( in CheckFields()
1063 RecordFailure( in CheckFields()
1076 RecordFailure(ERR(ILLEGAL_ARGUMENT), in CheckClass()
1089 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_CLASS_MODIFIERS_CHANGED), in CheckClass()
1101 RecordFailure(ERR(NAMES_DONT_MATCH), in CheckClass()
1109 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Superclass added!"); in CheckClass()
1116 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Superclass changed"); in CheckClass()
1124 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Interfaces added"); in CheckClass()
1132 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Interfaces added or removed"); in CheckClass()
1141 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), in CheckClass()
1162 RecordFailure(res, err); in CheckRedefinable()
1642 RecordFailure(ERR(FAILS_VERIFICATION), "Failed to verify class. Error was: " + error); in CheckVerification()
1748 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate old_instance arrays!"); in CollectAndCreateNewInstances()
1762 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate new_instance arrays!"); in CollectAndCreateNewInstances()
1799 RecordFailure(ERR(OUT_OF_MEMORY), msg); in CollectAndCreateNewInstances()
1822 RecordFailure(ERR(INTERNAL), "Unable to find dex file!"); in FinishRemainingCommonAllocations()
1829 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate dex file array for class loader"); in FinishRemainingCommonAllocations()
1837 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate DexCache"); in FinishRemainingCommonAllocations()
1846 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate array for original dex file"); in FinishRemainingCommonAllocations()
1920 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate old_classes arrays!"); in FinishNewClassAllocations()
1947 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate new_classes arrays!"); in FinishNewClassAllocations()
2060 RecordFailure( in AllocateNewClassObject()
2092 RecordFailure(ERR(INTERNAL), oss.str()); in AllocateNewClassObject()
2126 RecordFailure( in AllocateNewClassObject()
2461 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate storage for temporaries"); in Run()
3119 RecordFailure(ERR(INVALID_CLASS), "Unable to decode class argument!"); in EnsureClassAllocationsFinished()
3129 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate ClassExt"); in EnsureClassAllocationsFinished()
3146 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate/extend obsolete methods map"); in EnsureClassAllocationsFinished()