Searched defs:initVal (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | incremental_marking_test.cpp | 41 JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray() argument
|
| H A D | concurrent_marking_test.cpp | 43 JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | shared_object_factory.cpp | 589 JSHandle<COWTaggedArray> ObjectFactory::NewSCOWTaggedArray(uint32_t length, JSTaggedValue initVal) in NewSCOWTaggedArray() argument 635 JSHandle<TaggedArray> ObjectFactory::NewSOldSpaceTaggedArray(uint32_t length, JSTaggedValue initVal) in NewSOldSpaceTaggedArray() argument 640 JSHandle<TaggedArray> ObjectFactory::NewSTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in NewSTaggedArray() argument 322 CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, JSTaggedValue initVal, ElementsKind kind) CopySArray() argument 350 ExtendSArray(const JSHandle<TaggedArray> &old, uint32_t length, JSTaggedValue initVal, [[maybe_unused]] ElementsKind kind) ExtendSArray() argument 900 NewSAOTLiteralInfo(uint32_t length, JSTaggedValue initVal) NewSAOTLiteralInfo() argument [all...] |
| H A D | object_factory.cpp | 1737 JSTaggedType initVal = hclass->IsTS() ? JSTaggedValue::VALUE_HOLE : JSTaggedValue::VALUE_UNDEFINED; in InitializeExtraProperties() local 2573 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool nonMovable) in NewTaggedArray() argument 2581 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in NewTaggedArray() argument 2787 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal) in NewTaggedArray() argument 2799 JSHandle<COWTaggedArray> ObjectFactory::NewCOWTaggedArray(uint32_t length, JSTaggedValue initVal) in NewCOWTaggedArray() argument 2812 NewCOWMutantTaggedArray(uint32_t length, JSTaggedType initVal) NewCOWMutantTaggedArray() argument 2825 NewMutantTaggedArray(uint32_t length, JSTaggedType initVal) NewMutantTaggedArray() argument 2919 ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, JSTaggedValue initVal, MemSpaceType type, [[maybe_unused]] ElementsKind kind) ExtendArray() argument 2989 CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, JSTaggedValue initVal, MemSpaceType type, ElementsKind kind) CopyArray() argument 4837 NewOldSpaceTaggedArray(uint32_t length, JSTaggedValue initVal) NewOldSpaceTaggedArray() argument 4891 NewAOTLiteralInfo(uint32_t length, JSTaggedValue initVal) NewAOTLiteralInfo() argument 4941 NewVTable(uint32_t length, JSTaggedValue initVal) NewVTable() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | memory_coalescing.cpp | 76 auto initVal = static_cast<int64_t>(initial->CastToConstant()->GetIntValue()); in VariableAnalysis() local
|
Completed in 13 milliseconds