Searched defs:mutf8_name (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.cpp | 25 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/ |
| D | language_context.cpp | 70 [[maybe_unused]] const uint8_t *mutf8_name, in ThrowException()
|
| D | exceptions.cpp | 38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class-inl.h | 406 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()
|
| D | language_context.h | 330 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, const uint8_t *mutf8_msg) co… in ThrowException()
|