Searched defs:mutf8Name (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class-inl.h | 408 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()
|
| D | language_context.h | 344 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException()
|
| /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 | 81 [[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/types/ |
| D | ets_class.cpp | 92 const uint8_t *mutf8Name = utf::CStringAsMutf8(name); in GetDirectMethod() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 2554 auto mutf8Name = reinterpret_cast<const uint8_t *>("Lstd/core/Promise;"); in CheckLaunch() local
|