Searched defs:initVal (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | incremental_marking_test.cpp | 41 …JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType space… in CreateTaggedArray()
|
| D | concurrent_marking_test.cpp | 43 …JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType space… in CreateTaggedArray()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 417 … uint32_t newLength, JSTaggedValue initVal, ElementsKind kind) in CopySArray() 451 … JSTaggedValue 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()
|
| D | object_factory.cpp | 1858 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() 3265 … JSTaggedValue 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/ |
| D | values_test.cpp | 347 const double initVal = .1f; in TEST_F() local 361 const double initVal = .1f; in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/tests/cpp/tests/ |
| D | cpp_test.cpp | 235 const double initVal = 0.12; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 76 auto initVal = static_cast<int64_t>(initial->CastToConstant()->GetIntValue()); in VariableAnalysis() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/annotations/ |
| D | annotations_test.cpp | 299 const double initVal = 0.12; in ModifyAnnotationAddAnnotationElement() local
|