Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h118 virtual const uint8_t *GetFileNotFoundExceptionClassDescriptor() const = 0;
454 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const in GetFileNotFoundExceptionClassDescriptor() function
456 return base_->GetFileNotFoundExceptionClassDescriptor(); in GetFileNotFoundExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h124 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const override in GetFileNotFoundExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h162 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const override in GetFileNotFoundExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp337 …ThrowException(ctx, thread, ctx.GetFileNotFoundExceptionClassDescriptor(), utf::CStringAsMutf8(msg… in ThrowFileNotFoundException()