| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_exceptions.h | 33 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()
|
| D | ets_exceptions.cpp | 30 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()
|
| D | ets_language_context.cpp | 69 const char *classDescriptor = utf::Mutf8AsCString(GetStackOverflowErrorClassDescriptor()); in ThrowStackOverflowException() local
|
| D | ets_class_linker.cpp | 57 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetClass() local
|
| D | ets_vm_api.cpp | 151 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_proxy.cpp | 36 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/ |
| D | std_core_Class.cpp | 91 …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
|
| D | std_core_AbcRuntimeLinker.cpp | 63 …const auto *classDescriptor = ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descr… in EtsAbcRuntimeLinkerLoadClassFromAbcFiles() local
|
| D | std_core_AbcFile.cpp | 123 …const auto *classDescriptor = ClassHelper::GetDescriptor(utf::CStringAsMutf8(name.c_str()), &descr… in EtsAbcFileLoadClass() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_vm_plugin.cpp | 107 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/ |
| D | stdlib_ani_helpers.cpp | 54 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/ |
| D | call_ets.cpp | 237 uint8_t const *classDescriptor = utf::CStringAsMutf8(complexClassName.data()); in ResolveEntryPoint() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | ets_to_string_cache.cpp | 177 std::string_view classDescriptor; in GetClass() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 166 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetNumberClass() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 1766 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in PrepareClassDeclaration() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani_interaction_api.cpp | 941 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/ |
| D | ets_napi_native_interface.cpp | 464 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local
|