Home
last modified time | relevance | path

Searched defs:mutf8_name (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp25 static Class *GetExceptionClass(const uint8_t *mutf8_name, ManagedThread *thread, ClassLinker *clas… in GetExceptionClass()
43 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException()
/arkcompiler/runtime_core/runtime/
Dlanguage_context.cpp70 [[maybe_unused]] const uint8_t *mutf8_name, in ThrowException()
Dexceptions.cpp38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException()
/arkcompiler/runtime_core/runtime/include/
Dclass-inl.h406 inline Field *Class::GetInstanceFieldByName(const uint8_t *mutf8_name) const in GetInstanceFieldByName()
412 inline Field *Class::GetStaticFieldByName(const uint8_t *mutf8_name) const in GetStaticFieldByName()
423 inline Field *Class::GetDeclaredFieldByName(const uint8_t *mutf8_name) const in GetDeclaredFieldByName()
439 inline Method *Class::GetDirectMethod(const uint8_t *mutf8_name, const Method::Proto &proto) const in GetDirectMethod()
446 inline Method *Class::GetClassMethod(const uint8_t *mutf8_name, const Method::Proto &proto) const in GetClassMethod()
472 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8_name, const Method::Proto &proto) con… in GetInterfaceMethod()
498 inline Method *Class::GetDirectMethod(const uint8_t *mutf8_name) const in GetDirectMethod()
504 inline Method *Class::GetClassMethod(const uint8_t *mutf8_name) const in GetClassMethod()
Dlanguage_context.h330 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, const uint8_t *mutf8_msg) co… in ThrowException()