Searched defs:errorHandler (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_class_linker_context.cpp | 33 …explicit DecoratorErrorHandler(ClassLinkerErrorHandler *errorHandler) : errorHandler_(errorHandler… in DecoratorErrorHandler() 69 void ReportClassNotFound(const uint8_t *descriptor, ClassLinkerErrorHandler *errorHandler) in ReportClassNotFound() 78 Class *LoadFromBootContext(const uint8_t *descriptor, DecoratorErrorHandler &errorHandler, ClassLin… in LoadFromBootContext() 94 bool TryLoadingClassInChain(const uint8_t *descriptor, DecoratorErrorHandler &errorHandler, ClassLi… in TryLoadingClassInChain() 169 ClassLinkerErrorHandler *errorHandler) in LoadClass() 240 …ssLinkerContext::FindAndLoadClass(const uint8_t *descriptor, ClassLinkerErrorHandler *errorHandler) in FindAndLoadClass() 254 …ontext::TryLoadingClassFromNative(const uint8_t *descriptor, ClassLinkerErrorHandler *errorHandler, in TryLoadingClassFromNative()
|
| D | ets_class_linker.cpp | 55 ClassLinkerErrorHandler *errorHandler) in GetClass() 63 … ClassLinkerContext *classLinkerContext, ClassLinkerErrorHandler *errorHandler) in GetClass() 70 … ClassLinkerContext *classLinkerContext, ClassLinkerErrorHandler *errorHandler) in GetMethod()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 331 ClassLinkerErrorHandler *errorHandler) in SetupClassInfo() 382 … Span<Class *> interfaces, bool isInterface, ClassLinkerErrorHandler *errorHandler) in SetupClassInfo() 480 [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) in LoadMethods() 532 [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) in LoadFields() 717 [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) in LayoutFields() 778 [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) in LinkMethods() 790 bool ClassLinker::LinkFields(Class *klass, ClassLinkerErrorHandler *errorHandler) in LinkFields() 806 … ClassLinkerContext *context, ClassLinkerErrorHandler *errorHandler) in LoadBaseClass() 829 ClassLinkerErrorHandler *errorHandler) in LoadInterfaces() 892 ClassLinkerExtension *ext, ClassLinkerErrorHandler *errorHandler) in LoadClass() [all …]
|
| D | class_linker_extension.cpp | 36 ClassLinkerErrorHandler *errorHandler) in LoadClass() 54 ClassLinkerErrorHandler *errorHandler) in LoadClass() 165 ClassLinkerErrorHandler *errorHandler /* = nullptr */) in GetClass() 200 ClassLinkerErrorHandler *errorHandler /* = nullptr */) in GetClass()
|
| D | class_linker_context.h | 61 [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) in LoadClass()
|
| D | compiler.cpp | 621 ErrorHandler errorHandler; in GetMethod() local 634 ErrorHandler errorHandler; in GetField() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class_linker-inl.h | 28 ClassLinkerErrorHandler *errorHandler /* = nullptr */) in GetClass()
|
| D | class_linker_extension.h | 351 ClassLinkerErrorHandler *ResolveErrorHandler(ClassLinkerErrorHandler *errorHandler) in ResolveErrorHandler()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_AbcRuntimeLinker.cpp | 67 auto *errorHandler = PandaEtsVM::GetCurrent()->GetEtsClassLinkerExtension()->GetErrorHandler(); in EtsAbcRuntimeLinkerLoadClassFromAbcFiles() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.cpp | 36 …c bool VerifyLambdaClass(EtsClass *etsClass, Method *method, ClassLinkerErrorHandler *errorHandler) in VerifyLambdaClass() 56 …validLambdaClass(const uint8_t *descriptor, [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) in ReportInvalidLambdaClass() 67 ClassLinkerErrorHandler *errorHandler) in FunctionalReferenceAnnotationCallBack() 471 ClassLinkerErrorHandler *errorHandler) in Initialize()
|
| D | ets_typeapi_create.cpp | 107 auto *errorHandler = etsLinker->GetEtsClassLinkerExtension()->GetErrorHandler(); in InitializeCtxDataRecord() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | class_linker_test.cpp | 836 [[maybe_unused]] ClassLinkerErrorHandler *errorHandler) override in LoadClass()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 6979 s.errorHandler = function(t, e, i) { function
|