Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h91 virtual const uint8_t *GetNullPointerExceptionClassDescriptor() const = 0;
391 const uint8_t *GetNullPointerExceptionClassDescriptor() const in GetNullPointerExceptionClassDescriptor() function
393 return base_->GetNullPointerExceptionClassDescriptor(); in GetNullPointerExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h65 const uint8_t *GetNullPointerExceptionClassDescriptor() const override in GetNullPointerExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h98 const uint8_t *GetNullPointerExceptionClassDescriptor() const override in GetNullPointerExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp59 ThrowException(ctx, thread, ctx.GetNullPointerExceptionClassDescriptor(), nullptr); in ThrowNullPointerException()