Searched defs:classDescriptor (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_exceptions.h | 28 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()
|
| D | ets_exceptions.cpp | 29 static EtsClass *GetExceptionClass(EtsCoroutine *coroutine, const char *classDescriptor) in GetExceptionClass() 48 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 | 56 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetClass() local
|
| D | ets_vm_api.cpp | 141 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative()
|
| D | ets_class_linker_extension.cpp | 65 std::string_view classDescriptor {}; in OnError() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_proxy.cpp | 25 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/ |
| D | ets_vm_plugin.cpp | 71 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsFunction() local 91 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsClass() local
|
| D | js_value_call.cpp | 650 std::string classDescriptor(utf::Mutf8AsCString(clsStr->GetDataMUtf8())); in InitJSCallSignatures() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 455 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in GenClassDeclaration() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 458 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local
|