Home
last modified time | relevance | path

Searched refs:GetClassCastExceptionClassDescriptor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_ArrayBuffer.cpp35 ThrowException(ctx, coro, ctx.GetClassCastExceptionClassDescriptor(), in EtsArrayBufferFrom()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h111 virtual const uint8_t *GetClassCastExceptionClassDescriptor() const = 0;
436 const uint8_t *GetClassCastExceptionClassDescriptor() const in GetClassCastExceptionClassDescriptor() function
438 return base_->GetClassCastExceptionClassDescriptor(); in GetClassCastExceptionClassDescriptor()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h104 const uint8_t *GetClassCastExceptionClassDescriptor() const override in GetClassCastExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h142 const uint8_t *GetClassCastExceptionClassDescriptor() const override in GetClassCastExceptionClassDescriptor() function
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp139 …ThrowException(ctx, thread, ctx.GetClassCastExceptionClassDescriptor(), utf::CStringAsMutf8(msg.c_… in ThrowClassCastException()