Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 143) sorted by relevance

123456

/arkcompiler/ets_runtime/test/aottest/asyncgenerator/
Dasyncgenerator.js25 next: function() { method
54 next: function() { method
81 next() { method
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h96 void Reset([[maybe_unused]] JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset()
118 void Reset(JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset()
331 inline void SetNext(NodeList *next) in SetNext()
349 inline void SetFreeNext(NodeList<T> *next) in SetFreeNext()
370 T *next = usedList_; in IterateUsageGlobal() local
420 auto *next = topGlobalNodes_; in ~EcmaGlobalStorage() local
481 NodeList<T> *next = topGlobalNodes_; in IterateUsageGlobal() local
494 NodeList<WeakNode> *next = topWeakGlobalNodes_; in IterateWeakUsageGlobal() local
557 auto next = (*freeList)->GetFreeNext(); in NewGlobalHandleImplement() local
Djs_iterator.cpp116 JSHandle<JSTaggedValue> next(JSObject::GetMethod(thread, iter, key)); in IteratorNext() local
137 JSHandle<JSTaggedValue> next(JSObject::GetMethod(thread, iter, key)); in IteratorNext() local
160 JSHandle<JSTaggedValue> next(thread, iter->GetNextMethod()); in IteratorNext() local
181 JSHandle<JSTaggedValue> next(thread, iter->GetNextMethod()); in IteratorNext() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp29 Node *next = tail->next.load(std::memory_order_acquire); in Push() local
57 Node *next = head->next.load(std::memory_order_acquire); in Pop() local
Dlock_free_queue.h73 std::atomic<Node *> next; member
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DIteratorTest.ts27 let next = iterator.next(); variable
/arkcompiler/ets_runtime/test/aottest/generic_instance_type_literal/
Dgeneric_instance_type_literal.ts18 next: Entry<T>; property in Entry
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DIteratorTest.js27 let next = iterator.next(); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/language/destructuring/
DDestructuring-on-iterable-object.js21 next(){ method
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp84 auto next = std::next(it); in SortSpillFillData() local
121 SpillFillData *next = nextIt == end ? nullptr : &(*nextIt); in EncodeSpillFill() local
222 size_t SpillFillEncoder::EncodeRegisterToX(const SpillFillData &sf, const SpillFillData *next, int … in EncodeRegisterToX()
262 size_t SpillFillEncoder::EncodeStackToX(const SpillFillData &sf, const SpillFillData *next, int con… in EncodeStackToX()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_finalizable_weak_ref.h91 … auto *next = ObjectAccessor::GetObject(coro, this, MEMBER_OFFSET(EtsFinalizableWeakRef, next_)); in GetNext() local
103 auto *next = weakRef != nullptr ? weakRef->GetCoreType() : nullptr; in SetNext() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_proxy_objects.js54 head.next = new ListNode(1, new ListNode(2, new ListNode(3, head))); variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dhumongous_obj_allocator.h183 MemoryPoolHeader *next = next_; in GetNext() local
197 void SetNext(MemoryPoolHeader *next) in SetNext()
Dfreelist_allocator.h203 MemoryPoolHeader *next = next_; in GetNext() local
217 void SetNext(MemoryPoolHeader *next) in SetNext()
Dhumongous_obj_allocator-inl.h157 MemoryPoolHeader *next = currentPool->GetNext(); in IterateOverObjects() local
308 size_t size, MemoryPoolHeader *prev, MemoryPoolHeader *next) in Initialize()
481 MemoryPoolHeader *next = cur->GetNext(); in SortedInsert() local
Drunslots.h52 void SetNext(FreeSlot *next) in SetNext()
140 RunSlots *next = nextRunslot_; in GetNextRunSlots() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp81 FreeObjectSet<T> *next = nullptr; in Allocate() local
123 FreeObjectSet<T> *next = nullptr; in LookupSuitableFreeObject() local
352 FreeObjectSet<T> *next = current->next_; in EnumerateSets() local
Dspace-inl.h49 auto next = current->GetNext(); in EnumerateRegions() local
Darea.h46 void LinkNext(Area *next) in LinkNext()
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h49 void SetNext(NamedType *next) in SetNext()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.h83 auto next = it + 1; in EnumerateLineEntries() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts40 next(...args: [] | [any]): IteratorYieldResult | IteratorReturnResult; method in Iterator
/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h143 …e std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *next) in GetOptionalTaggedValue()
160 …e void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *next) in EnumerateTaggedValues()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h28 Node *next; member
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h181 …e std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *next) in GetOptionalTaggedValue()
202 …e void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *next) in EnumerateTaggedValues()

123456