Searched defs:mutf8Name (Results 1 – 7 of 7) sorted by relevance
/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/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 | 342 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException()
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | language_context.cpp | 82 [[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 | 113 const uint8_t *mutf8Name = utf::CStringAsMutf8(name); in GetDirectMethod() local
|