Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dincremental_marking_test.cpp41 …JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType space… in CreateTaggedArray()
Dconcurrent_marking_test.cpp43 …JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType space… in CreateTaggedArray()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp417 … uint32_t newLength, JSTaggedValue initVal, ElementsKind kind) in CopySArray()
451JSTaggedValue initVal, [[maybe_unused]] ElementsKind kind) in ExtendSArray()
749 JSHandle<COWTaggedArray> ObjectFactory::NewSCOWTaggedArray(uint32_t length, JSTaggedValue initVal) in NewSCOWTaggedArray()
802 JSHandle<TaggedArray> ObjectFactory::NewSOldSpaceTaggedArray(uint32_t length, JSTaggedValue initVal) in NewSOldSpaceTaggedArray()
807 JSHandle<TaggedArray> ObjectFactory::NewSTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpa… in NewSTaggedArray()
1088 JSHandle<AOTLiteralInfo> ObjectFactory::NewSAOTLiteralInfo(uint32_t length, JSTaggedValue initVal) in NewSAOTLiteralInfo()
Dobject_factory.cpp1858 JSTaggedType initVal; in InitializeExtraProperties() local
2848 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool no… in NewTaggedArray()
2856 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpac… in NewTaggedArray()
3062 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal) in NewTaggedArray()
3074 JSHandle<COWTaggedArray> ObjectFactory::NewCOWTaggedArray(uint32_t length, JSTaggedValue initVal) in NewCOWTaggedArray()
3087 …COWMutantTaggedArray> ObjectFactory::NewCOWMutantTaggedArray(uint32_t length, JSTaggedType initVal) in NewCOWMutantTaggedArray()
3100 …andle<MutantTaggedArray> ObjectFactory::NewMutantTaggedArray(uint32_t length, JSTaggedType initVal) in NewMutantTaggedArray()
3195 JSTaggedValue initVal, MemSpaceType type, in ExtendArray()
3265JSTaggedValue initVal, MemSpaceType type, ElementsKind kind) in CopyArray()
5231 JSHandle<TaggedArray> ObjectFactory::NewOldSpaceTaggedArray(uint32_t length, JSTaggedValue initVal) in NewOldSpaceTaggedArray()
[all …]
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/values/
Dvalues_test.cpp347 const double initVal = .1f; in TEST_F() local
361 const double initVal = .1f; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/cpp/tests/
Dcpp_test.cpp235 const double initVal = 0.12; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.cpp76 auto initVal = static_cast<int64_t>(initial->CastToConstant()->GetIntValue()); in VariableAnalysis() local
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/
Dannotations_test.cpp299 const double initVal = 0.12; in ModifyAnnotationAddAnnotationElement() local