Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dclass-inl.h282 inline Field *Class::GetInstanceFieldByName(const uint8_t *mutf8_name) const in GetInstanceFieldByName()
288 inline Field *Class::GetStaticFieldByName(const uint8_t *mutf8_name) const in GetStaticFieldByName()
294 inline Field *Class::GetDeclaredFieldByName(const uint8_t *mutf8_name) const in GetDeclaredFieldByName()
318 inline Method *Class::GetDirectMethod(const uint8_t *mutf8_name, const Method::Proto &proto) const in GetDirectMethod()
325 inline Method *Class::GetClassMethod(const uint8_t *mutf8_name, const Method::Proto &proto) const in GetClassMethod()
332 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8_name, const Method::Proto &proto) con… in GetInterfaceMethod()
339 inline Method *Class::GetDirectMethod(const uint8_t *mutf8_name) const in GetDirectMethod()
345 inline Method *Class::GetClassMethod(const uint8_t *mutf8_name) const in GetClassMethod()
Dlanguage_context.h244 void ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, const uint8_t *mutf8_msg) in ThrowException()
/ark/js_runtime/ecmascript/
Decma_language_context.cpp47 void EcmaLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException()
/ark/runtime_core/runtime/
Dlanguage_context.cpp58 [[maybe_unused]] const uint8_t *mutf8_name, in ThrowException()
Dexceptions.cpp37 void ThrowException(LanguageContext ctx, ManagedThread *thread, const uint8_t *mutf8_name, const ui… in ThrowException()
/ark/runtime_core/runtime/core/
Dcore_language_context.cpp46 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException()