Searched defs:mutf8Name (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class-inl.h | 423 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 …]
|
| D | language_context.h | 342 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/ |
| D | ets_ani_expo.cpp | 124 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/ |
| D | core_language_context.cpp | 25 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/ |
| D | language_context.cpp | 76 [[maybe_unused]] const uint8_t *mutf8Name, in ThrowException()
|
| D | exceptions.cpp | 38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8Name, in ThrowException()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_language_context.cpp | 29 void EtsLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint… in ThrowException() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core.cpp | 203 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/ |
| D | ets_class.cpp | 141 const uint8_t *mutf8Name = utf::CStringAsMutf8(name); in GetDirectMethod() local
|