Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h423 inline Field *Class::GetInstanceFieldByName(const uint8_t *mutf8Name) const in GetInstanceFieldByName()
429 inline Field *Class::GetStaticFieldByName(const uint8_t *mutf8Name) const in GetStaticFieldByName()
440 inline Field *Class::GetDeclaredFieldByName(const uint8_t *mutf8Name) const in GetDeclaredFieldByName()
456 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetDirectMethod()
503 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name) const in GetDirectMethod()
509 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name) const in GetClassMethod()
515 inline Method *Class::GetStaticClassMethod(const uint8_t *mutf8Name) const in GetStaticClassMethod()
521 inline Method *Class::GetVirtualClassMethod(const uint8_t *mutf8Name) const in GetVirtualClassMethod()
527 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetClassMethod()
534 inline Method *Class::GetStaticClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) co… in GetStaticClassMethod()
[all …]
Dlanguage_context.h342 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/
Dets_ani_expo.cpp124 auto mutf8Name = reinterpret_cast<const uint8_t *>("Lescompat/taskpool;"); in PreCreateExclusiveWorkerForTaskpool() local
145 auto mutf8Name = reinterpret_cast<const uint8_t *>("Lescompat/taskpool;"); in DestroyExclusiveWorkerForTaskpoolIfExists() local
/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/
Dlanguage_context.cpp76 [[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/intrinsics/
Dstd_core.cpp203 auto mutf8Name = reinterpret_cast<const uint8_t *>("Lescompat/taskpool;"); in StdSystemStopTaskpool() local
222 auto mutf8Name = reinterpret_cast<const uint8_t *>("Lescompat/taskpool;"); in StdSystemIncreaseTaskpoolWorkersToN() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp141 const uint8_t *mutf8Name = utf::CStringAsMutf8(name); in GetDirectMethod() local