Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h33 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char… in ThrowEtsException()
39 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::strin… in ThrowEtsException()
Dets_exceptions.cpp30 static EtsClass *GetExceptionClass(EtsCoroutine *coro, const char *classDescriptor) in GetExceptionClass()
110 EtsObject *SetupEtsException(EtsCoroutine *coro, const char *classDescriptor, const char *msg) in SetupEtsException()
139 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.cpp57 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetClass() local
Dets_vm_api.cpp151 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp36 std::string classDescriptor = classDescriptorBuilder.str(); in GetETSFunction() local
59 napi_value GetETSClassImpl(napi_env env, std::string_view classDescriptor) in GetETSClassImpl()
100 napi_value GetETSInstance(napi_env env, std::string_view classDescriptor) in GetETSInstance()
110 napi_value GetETSClass(napi_env env, std::string_view classDescriptor) in GetETSClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Class.cpp91 …const auto *classDescriptor = ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descr… in EtsRuntimeLinkerFindLoadedClass() local
117 …auto *classDescriptor = ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descriptor); in EtsBootRuntimeLinkerFindAndLoadClass() local
Dstd_core_AbcRuntimeLinker.cpp63 …const auto *classDescriptor = ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descr… in EtsAbcRuntimeLinkerLoadClassFromAbcFiles() local
Dstd_core_AbcFile.cpp123 …const auto *classDescriptor = ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descr… in EtsAbcFileLoadClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp107 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsClass() local
125 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsInstance() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
Dstdlib_ani_helpers.cpp54 ANI_EXPORT void ThrowNewError(ani_env *env, std::string_view classDescriptor, std::string_view msg, in ThrowNewError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp237 uint8_t const *classDescriptor = utf::CStringAsMutf8(complexClassName.data()); in ResolveEntryPoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp177 std::string_view classDescriptor; in GetClass() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp166 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetNumberClass() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1766 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in PrepareClassDeclaration() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp941 NO_UB_SANITIZE static ani_status FindClass(ani_env *env, const char *classDescriptor, ani_class *re… in FindClass()
1001 … static ani_status Namespace_FindClass(ani_env *env, ani_namespace ns, const char *classDescriptor, in Namespace_FindClass()
1086 …ZE static ani_status Module_FindClass(ani_env *env, ani_module module, const char *classDescriptor, in Module_FindClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp464 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local