Home
last modified time | relevance | path

Searched defs:classDescriptor (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h28 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char… in ThrowEtsException()
33 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::strin… in ThrowEtsException()
Dets_exceptions.cpp29 static EtsClass *GetExceptionClass(EtsCoroutine *coroutine, const char *classDescriptor) in GetExceptionClass()
48 void ThrowEtsException(EtsCoroutine *coroutine, const char *classDescriptor, const char *msg) in ThrowEtsException()
Dets_language_context.cpp69 const char *classDescriptor = utf::Mutf8AsCString(GetStackOverflowErrorClassDescriptor()); in ThrowStackOverflowException() local
Dets_class_linker.cpp56 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetClass() local
Dets_vm_api.cpp141 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative()
Dets_class_linker_extension.cpp65 std::string_view classDescriptor {}; in OnError() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp25 napi_value GetETSFunction(napi_env env, std::string_view classDescriptor, std::string_view methodNa… in GetETSFunction()
54 napi_value GetETSClass(napi_env env, std::string_view classDescriptor) in GetETSClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp71 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsFunction() local
91 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsClass() local
Djs_value_call.cpp650 std::string classDescriptor(utf::Mutf8AsCString(clsStr->GetDataMUtf8())); in InitJSCallSignatures() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp455 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in GenClassDeclaration() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp458 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local