Home
last modified time | relevance | path

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

12345

/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()
328 inline void SetNext(NodeList *next) in SetNext()
346 inline void SetFreeNext(NodeList<T> *next) in SetFreeNext()
367 T *next = usedList_; in IterateUsageGlobal() local
417 auto *next = topGlobalNodes_; in ~EcmaGlobalStorage() local
478 NodeList<T> *next = topGlobalNodes_; in IterateUsageGlobal() local
491 NodeList<WeakNode> *next = topWeakGlobalNodes_; in IterateWeakUsageGlobal() local
554 auto next = (*freeList)->GetFreeNext(); in NewGlobalHandleImplement() local
Djs_iterator.cpp122 JSHandle<JSTaggedValue> next(JSObject::GetMethod(thread, iter, key)); in IteratorNext() local
143 JSHandle<JSTaggedValue> next(JSObject::GetMethod(thread, iter, key)); in IteratorNext() local
166 JSHandle<JSTaggedValue> next(thread, iter->GetNextMethod()); in IteratorNext() local
187 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_runtime/test/aottest/generic_instance_type_literal/
Dgeneric_instance_type_literal.ts18 next: Entry<T>; property in Entry
/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/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp62 FreeObjectSet *next = nullptr; in Allocate() local
101 FreeObjectSet *next = nullptr; in LookupSuitableFreeObject() local
276 FreeObjectSet *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/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.h74 auto next = it + 1; in EnumerateLineEntries() local
/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_proxy_objects.js50 head.next = variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/for_of/
Dfor_of_12.ts68 next(): IteratorResult<symbol, number | undefined> { method in FooIterator
Dfor_of_11.ts48 next(): IteratorResult<T, number | undefined> { method in FooIterator
/arkcompiler/ets_frontend/ets2panda/ir/as/
DnamedType.h49 void SetNext(NamedType *next) in SetNext()
/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/ts_types/
Dlib_ark_builtins.d.ts40 next(...args: [] | [any]): IteratorYieldResult | IteratorReturnResult; method in Iterator
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp43 Label next(env); in ContainersCommonFuncCall() local
161 Label next(env); in QueueCommonFuncCall() local
267 Label next(env); in DequeCommonFuncCall() local
375 Label next(env); in ContainersLightWeightCall() local
487 Label next(env); in ContainersHashCall() local
619 Label next(env); in ContainersLinkedListCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h29 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()

12345