Home
last modified time | relevance | path

Searched refs:ThrowVerificationException (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dexceptions.h89 void ThrowVerificationException(const PandaString &msg);
91 void ThrowVerificationException(const LanguageContext &ctx, const PandaString &msg);
H A Dmethod-inl.h301 ark::ThrowVerificationException(ctx, GetFullName()); in InvokeContext()
526 ark::ThrowVerificationException(ctx, GetFullName()); in TryVerify()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h216 static void ThrowVerificationException(const PandaString &msg) in ThrowVerificationException() function in ark::interpreter::RuntimeInterface
218 return ark::ThrowVerificationException(msg); in ThrowVerificationException()
/arkcompiler/runtime_core/static_core/runtime/
H A Dexceptions.cpp375 void ThrowVerificationException(const PandaString &msg) in ThrowVerificationException() function
383 void ThrowVerificationException(const LanguageContext &ctx, const PandaString &msg) in ThrowVerificationException() function
H A Dclass_initializer.cpp279 ark::ThrowVerificationException(utf::Mutf8AsCString(klass->GetDescriptor()));
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h351 static void ThrowVerificationException([[maybe_unused]] const PandaString &msg) in ThrowVerificationException() function in ark::interpreter::test::RuntimeInterface
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A Dinterpreter-inl.h547 RuntimeIfaceT::ThrowVerificationException(method->GetFullName()); in HandleLaunch()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp1347 interpreter::RuntimeInterface::ThrowVerificationException(method->GetFullName()); in Verify()

Completed in 18 milliseconds