Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots_allocator.h304 auto newElement = new (mem) PoolListElement(); in Create() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts346 const newElement = new SparseBitVectorElement(this.elementSize); constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_arraybuffer-inl.h112 T newElement, bool strong) in CompareAndExchangeElement()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_queue_test.cpp224 JSHandle<TaggedArray> newElement(thread, jsQueue->GetElements(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp185 const ir::AstNode *newElement) in InsertNodeAtStartWorker()
608 …Tracker::InsertMemberAtStart(es2panda_Context *context, ir::AstNode *node, ir::AstNode *newElement) in InsertMemberAtStart()
622 ir::AstNode *newElement) in InsertNodeAtObjectStart()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp233 JSHandle<TaggedArray> newElement = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(len); in GetSubList() local