Lines Matching refs:ERR
227 return ERR(INVALID_CLASS); in IsModifiableClass()
240 return ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
243 return ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
246 return ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
249 return ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
252 return ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
258 return ERR(UNMODIFIABLE_CLASS); in GetClassRedefinitionError()
316 return ERR(INVALID_ENVIRONMENT); in RedefineClasses()
319 return ERR(ILLEGAL_ARGUMENT); in RedefineClasses()
325 return ERR(NULL_POINTER); in RedefineClasses()
335 return ERR(UNMODIFIABLE_CLASS); in RedefineClasses()
418 return ERR(OUT_OF_MEMORY); in AddRedefinition()
422 return ERR(INVALID_CLASS_FORMAT); in AddRedefinition()
434 return ERR(INVALID_CLASS_FORMAT); in AddRedefinition()
572 RecordFailure(bigger ? ERR(UNSUPPORTED_REDEFINITION_METHOD_ADDED) in CheckSameMethods()
573 : ERR(UNSUPPORTED_REDEFINITION_METHOD_DELETED), in CheckSameMethods()
596 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_METHOD_ADDED), in CheckSameMethods()
607 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_METHOD_MODIFIERS_CHANGED), in CheckSameMethods()
636 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED), in CheckSameFields()
650 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED), in CheckSameFields()
662 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED), in CheckSameFields()
673 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_SCHEMA_CHANGED), in CheckSameFields()
688 RecordFailure(ERR(ILLEGAL_ARGUMENT), in CheckClass()
701 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_CLASS_MODIFIERS_CHANGED), in CheckClass()
713 RecordFailure(ERR(NAMES_DONT_MATCH), in CheckClass()
721 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Superclass added!"); in CheckClass()
728 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Superclass changed"); in CheckClass()
735 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Interfaces added"); in CheckClass()
742 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), "Interfaces added or removed"); in CheckClass()
751 RecordFailure(ERR(UNSUPPORTED_REDEFINITION_HIERARCHY_CHANGED), in CheckClass()
1079 RecordFailure(ERR(FAILS_VERIFICATION), "Failed to verify class. Error was: " + error); in CheckVerification()
1151 RecordFailure(ERR(INTERNAL), "Unable to find dex file!"); in FinishRemainingAllocations()
1158 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate dex file array for class loader"); in FinishRemainingAllocations()
1166 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate DexCache"); in FinishRemainingAllocations()
1175 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate array for original dex file"); in FinishRemainingAllocations()
1278 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate storage for temporaries"); in Run()
1454 RecordFailure(ERR(INVALID_CLASS), "Unable to decode class argument!"); in EnsureClassAllocationsFinished()
1463 RecordFailure(ERR(OUT_OF_MEMORY), "Could not allocate ClassExt"); in EnsureClassAllocationsFinished()
1478 RecordFailure(ERR(OUT_OF_MEMORY), "Unable to allocate/extend obsolete methods map"); in EnsureClassAllocationsFinished()