Home
last modified time | relevance | path

Searched defs:ctorName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp86 auto *ctorName = ctx.GetCtorName(); in ThrowException() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp199 auto ctorName = utf::CStringAsMutf8(panda_file_items::CTOR.data()); in CreateETSCoreJSError() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp702 std::string ctorName = EcmaStringAccessor( in CreateFromArrayBuffer() local
769 std::string ctorName = EcmaStringAccessor( in CreateFromSendableArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp1101 #define BUILTIN_SHARED_TYPED_ARRAY_DEFINE_INITIALIZE(Type, ctorName, TYPE, bytesPerElement, sendabl… argument
1213 #define BUILTIN_SHARED_TYPED_ARRAY_CALL_INITIALIZE(Type, ctorName, TYPE, bytesPerElement, sendableN… in BUILTIN_SHARED_TYPED_ARRAY_TYPES() argument
Dbuiltins.cpp4016 #define REGISTER_BUILTIN_SHARED_TYPED_ARRAY(Type, ctorName, TYPE, bytesPerElement, sendableName) … in RegisterSendableContainers() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2253 GateRef ctorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTypedArray() local
2315 GateRef ctorName = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in NewFloat32ArrayWithSize() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp919 std::string ctorName = ark::panda_file::GetCtorName(fileLanguage_); in GetMetaData() local