Home
last modified time | relevance | path

Searched defs:initVal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dincremental_marking_test.cpp55 …JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType space… in CreateTaggedArray()
Dconcurrent_marking_test.cpp57 …JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType space… in CreateTaggedArray()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp103 JSTaggedValue initVal) in ExtendTSObjLayoutInfo()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1505 …JSTaggedType initVal = hclass->IsTS() ? JSTaggedValue::VALUE_HOLE : JSTaggedValue::VALUE_UNDEFINED; in InitializeExtraProperties() local
2367 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool no… in NewTaggedArray()
2375 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpac… in NewTaggedArray()
2589 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal) in NewTaggedArray()
2601 JSHandle<COWTaggedArray> ObjectFactory::NewCOWTaggedArray(uint32_t length, JSTaggedValue initVal) in NewCOWTaggedArray()
2614 …COWMutantTaggedArray> ObjectFactory::NewCOWMutantTaggedArray(uint32_t length, JSTaggedType initVal) in NewCOWMutantTaggedArray()
2627 …andle<MutantTaggedArray> ObjectFactory::NewMutantTaggedArray(uint32_t length, JSTaggedType initVal) in NewMutantTaggedArray()
2722 JSTaggedValue initVal, MemSpaceType type, in ExtendArray()
2791JSTaggedValue initVal, MemSpaceType type, ElementsKind kind) in CopyArray()
3730 JSHandle<TSObjLayoutInfo> ObjectFactory::CreateTSObjLayoutInfo(int propNum, JSTaggedValue initVal) in CreateTSObjLayoutInfo()
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp75 auto initVal = static_cast<int64_t>(initial->CastToConstant()->GetIntValue()); in VariableAnalysis() local