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/
H A Dets_exceptions.h33 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char *msg) in ThrowEtsException() argument
39 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::string_view msg) in ThrowEtsException() argument
H A Dets_exceptions.cpp30 static EtsClass *GetExceptionClass(EtsCoroutine *coroutine, const char *classDescriptor, bool *isError) in GetExceptionClass() argument
64 EtsObject *SetupEtsException(EtsCoroutine *coroutine, const char *classDescriptor, const char *msg) in SetupEtsException() argument
98 LOG(FATAL, RUNTIME) << "No method " << panda_file_items::CTOR << " in class " << classDescriptor; in SetupEtsException() local
120 void ThrowEtsException(EtsCoroutine *coroutine, const char *classDescriptor, const char *msg) in ThrowEtsException() argument
[all...]
H A Dets_language_context.cpp69 const char *classDescriptor = utf::Mutf8AsCString(GetStackOverflowErrorClassDescriptor()); in ThrowStackOverflowException() local
H A Dets_vm_api.cpp142 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative() argument
H A 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/
H A Dets_proxy.cpp34 std::string classDescriptor = classDescriptorBuilder.str(); in GetETSFunction() local
57 napi_value GetETSClass(napi_env env, std::string_view classDescriptor) in GetETSClass() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp202 uint8_t const *classDescriptor; in ResolveEntryPoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_vm_plugin.cpp103 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.cpp176 std::string_view classDescriptor; in GetClass() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp523 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in GenClassDeclaration() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp163 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetNumberClass() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_native_interface.cpp460 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local

Completed in 12 milliseconds