Home
last modified time | relevance | path

Searched defs:ctorName (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_language_context.cpp86 auto *ctorName = ctx.GetCtorName(); in ThrowException() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_method_processor.cpp124 std::string ctorName = ark::panda_file::GetCtorName(keyData_.GetFileLanguage()); in GetMetaData() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_context.cpp203 auto ctorName = utf::CStringAsMutf8(panda_file_items::CTOR.data()); in CreateETSCoreJSError() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp752 std::string ctorName = EcmaStringAccessor( in CreateFromArrayBuffer() local
819 std::string ctorName = EcmaStringAccessor( in CreateFromSendableArrayBuffer() local
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp920 std::string ctorName = ark::panda_file::GetCtorName(fileLanguage_); in GetMetaData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2203 GateRef ctorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTypedArray() local
2222 Store(VariableType::JS_POINTER(), glue, obj, IntPtr(JSTypedArray::TYPED_ARRAY_NAME_OFFSET), ctorName); in NewTypedArray() local
2332 GateRef ctorName = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in NewFloat32ArrayWithSize() local
2346 ctorName, MemoryAttribute::NoBarrier()); in NewFloat32ArrayWithSize() local

Completed in 13 milliseconds