Home
last modified time | relevance | path

Searched refs:NewCOWTaggedArray (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h221 V(NewCOWTaggedArray) \
H A Druntime_stubs.cpp620 DEF_RUNTIME_STUBS(NewCOWTaggedArray) in DEF_RUNTIME_STUBS()
622 RUNTIME_STUBS_HEADER(NewCOWTaggedArray); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
H A Delements.cpp225 newElements.Update(factory->NewCOWTaggedArray(length)); in MigrateFromRawValueToHeapValue()
H A Dobject_factory.h383 JSHandle<COWTaggedArray> NewCOWTaggedArray(uint32_t length, JSTaggedValue initVal = JSTaggedValue::Hole());
H A Dobject_factory.cpp2799 JSHandle<COWTaggedArray> ObjectFactory::NewCOWTaggedArray(uint32_t length, JSTaggedValue initVal) in NewCOWTaggedArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dliteral_data_extractor.cpp552 literals = JSHandle<TaggedArray>(factory->NewCOWTaggedArray(num)); in GetDatasIgnoreType()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1028 JSHandle<COWTaggedArray> dict = factory->NewCOWTaggedArray(4); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp1004 newElements = builder_.CallRuntime(glue_, RTSTUB_ID(NewCOWTaggedArray), acc_.GetDep(gate), in LowerMigrateFromRawValueToHeapValues()
H A Dstub_builder.cpp9821 newElements = CallRuntime(glue, RTSTUB_ID(NewCOWTaggedArray), { IntToTaggedPtr(length) }); in MigrateFromRawValueToHeapValues()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp765 factory->NewCOWTaggedArray(10);
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_shared_array_test.cpp1586 JSHandle<TaggedArray> array(factory->NewCOWTaggedArray(2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp2498 newElements = JSHandle<TaggedArray>(factory->NewCOWTaggedArray(arrayLength)); in SetCachedResult()

Completed in 52 milliseconds