Home
last modified time | relevance | path

Searched refs:GetFileNotFoundExceptionClassDescriptor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h114 virtual const uint8_t *GetFileNotFoundExceptionClassDescriptor() const = 0;
447 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const in GetFileNotFoundExceptionClassDescriptor() function
449 return base_->GetFileNotFoundExceptionClassDescriptor(); in GetFileNotFoundExceptionClassDescriptor()
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h119 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const override in GetFileNotFoundExceptionClassDescriptor() function
/arkcompiler/runtime_core/runtime/
Dexceptions.cpp333 …ThrowException(ctx, thread, ctx.GetFileNotFoundExceptionClassDescriptor(), utf::CStringAsMutf8(msg… in ThrowFileNotFoundException()