Home
last modified time | relevance | path

Searched defs:classDescriptor (Results 1 – 12 of 12) 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 *coroutine, const char *classDescriptor, bool *isEr… in GetExceptionClass()
64 EtsObject *SetupEtsException(EtsCoroutine *coroutine, const char *classDescriptor, const char *msg) in SetupEtsException()
120 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_vm_api.cpp142 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative()
Dets_class_linker.cpp56 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_proxy.cpp34 std::string classDescriptor = classDescriptorBuilder.str(); in GetETSFunction() local
57 napi_value GetETSClass(napi_env env, std::string_view classDescriptor) in GetETSClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp202 uint8_t const *classDescriptor; in ResolveEntryPoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp103 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp176 std::string_view classDescriptor; in GetClass() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp529 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in GenClassDeclaration() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp163 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetNumberClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp460 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local