Home
last modified time | relevance | path

Searched defs:OnError (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp100 void Job::ErrorHandler::OnError([[maybe_unused]] ClassLinker::Error error, PandaString const &messa… in OnError() function in ark::verifier::Job::ErrorHandler
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_runtime_linker_test.cpp91 void OnError([[maybe_unused]] ark::ClassLinker::Error error, in OnError() function in ark::ets::test::SuppressErrorHandler
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_platform_types.cpp71 …void OnError([[maybe_unused]] ClassLinker::Error error, [[maybe_unused]] const PandaString &messag… in OnError() function in ark::ets::SuppressErrorHandler
Dets_class_linker_context.cpp35 void OnError(ClassLinker::Error error, const PandaString &message) override in OnError() function in ark::ets::__anon17fedd260111::DecoratorErrorHandler
Dets_class_linker_extension.cpp96 void EtsClassLinkerExtension::ErrorHandler::OnError(ClassLinker::Error error, const PandaString &me… in OnError() function in ark::ets::EtsClassLinkerExtension::ErrorHandler
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.cpp27 void CoreClassLinkerExtension::ErrorHandler::OnError(ClassLinker::Error error, const PandaString &m… in OnError() function in ark::CoreClassLinkerExtension::ErrorHandler
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.h114 …void OnError([[maybe_unused]] ClassLinker::Error error, [[maybe_unused]] const PandaString &messag… in OnError() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker_extension.cpp50 …void OnError([[maybe_unused]] ClassLinker::Error error, [[maybe_unused]] const PandaString &messag… in OnError() function in ark::SuppressErrorHandler
Dcompiler.cpp47 …void OnError([[maybe_unused]] ClassLinker::Error error, [[maybe_unused]] const PandaString &messag… in OnError() function in ark::ErrorHandler
Dclass_linker.cpp955 static void OnError(ClassLinkerErrorHandler *errorHandler, ClassLinker::Error error, const PandaStr… in OnError() function