Searched defs:classDescriptor (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_exceptions.h | 33 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 D | ets_exceptions.cpp | 30 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 D | ets_language_context.cpp | 69 const char *classDescriptor = utf::Mutf8AsCString(GetStackOverflowErrorClassDescriptor()); in ThrowStackOverflowException() local
|
H A D | ets_vm_api.cpp | 142 bool BindNative(const char *classDescriptor, const char *methodName, void *impl) in BindNative() argument
|
H A D | ets_class_linker.cpp | 56 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetClass() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
H A D | ets_proxy.cpp | 34 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 D | call_ets.cpp | 202 uint8_t const *classDescriptor; in ResolveEntryPoint() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | ets_vm_plugin.cpp | 103 std::string classDescriptor = GetString(env, jsClassDescriptor); in GetEtsClass() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
H A D | ets_to_string_cache.cpp | 176 std::string_view classDescriptor; in GetClass() local
|
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
H A D | declgenEts2Ts.cpp | 523 std::string classDescriptor = "L" + classDef->InternalName().Mutf8() + ";"; in GenClassDeclaration() local
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | compiler.cpp | 163 const uint8_t *classDescriptor = utf::CStringAsMutf8(name); in GetNumberClass() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
H A D | ets_napi_native_interface.cpp | 460 PandaString classDescriptor = ToClassDescriptor(name); in FindClass() local
|
Completed in 12 milliseconds