Home
last modified time | relevance | path

Searched defs:newVector (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Drpo.h71 void AddVectorAfter(BasicBlock *curBlock, const ArenaVector<BasicBlock *> &newVector) in AddVectorAfter()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts344 const newVector = new SparseBitVector(this.elementSize); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp29 JSHandle<WeakVector> newVector = WeakVector::FillOrAppend(thread, oldVector, value); in Append() local
Dobject_factory.cpp4847 JSHandle<TaggedArray> newVector = NewTaggedArray(capacity); in NewJSAPIVector() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp458 JSHandle<JSAPIVector> newVector = factory->NewJSAPIVector(0); in Clone() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp620 JSHandle<JSAPIVector> newVector = JSAPIVector::Clone(thread, JSHandle<JSAPIVector>::Cast(self)); in Clone() local