Home
last modified time | relevance | path

Searched defs:mutf8Name (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp25 static Class *GetExceptionClass(const uint8_t *mutf8Name, ManagedThread *thread, ClassLinker *class… in GetExceptionClass()
43 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uin… in ThrowException() argument
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h408 inline Field *Class::GetInstanceFieldByName(const uint8_t *mutf8Name) const in GetInstanceFieldByName()
414 inline Field *Class::GetStaticFieldByName(const uint8_t *mutf8Name) const in GetStaticFieldByName()
425 inline Field *Class::GetDeclaredFieldByName(const uint8_t *mutf8Name) const in GetDeclaredFieldByName()
441 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetDirectMethod()
448 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetClassMethod()
474 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetInterfaceMethod()
500 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name) const in GetDirectMethod()
506 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name) const in GetClassMethod()
512 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name) const in GetInterfaceMethod()
Dlanguage_context.h342 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException()
/arkcompiler/runtime_core/static_core/runtime/
Dlanguage_context.cpp82 [[maybe_unused]] const uint8_t *mutf8Name, in ThrowException()
Dexceptions.cpp38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8Name, in ThrowException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp29 void EtsLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint… in ThrowException() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp113 const uint8_t *mutf8Name = utf::CStringAsMutf8(name); in GetDirectMethod() local