| /arkcompiler/ets_runtime/test/aottest/asyncgenerator/ |
| D | asyncgenerator.js | 25 next: function() { method 54 next: function() { method 81 next() { method
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 96 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
|
| D | js_iterator.cpp | 116 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/ |
| D | lock_free_queue.cpp | 29 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
|
| D | lock_free_queue.h | 73 std::atomic<Node *> next; member
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/ |
| D | IteratorTest.ts | 27 let next = iterator.next(); variable
|
| /arkcompiler/ets_runtime/test/aottest/generic_instance_type_literal/ |
| D | generic_instance_type_literal.ts | 18 next: Entry<T>; property in Entry
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/ |
| D | IteratorTest.js | 27 let next = iterator.next(); variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/language/destructuring/ |
| D | Destructuring-on-iterable-object.js | 21 next(){ method
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | spill_fill_encoder.cpp | 84 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/ |
| D | ets_finalizable_weak_ref.h | 91 … 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/ |
| D | check_proxy_objects.js | 54 head.next = new ListNode(1, new ListNode(2, new ListNode(3, head))); variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | humongous_obj_allocator.h | 183 MemoryPoolHeader *next = next_; in GetNext() local 197 void SetNext(MemoryPoolHeader *next) in SetNext()
|
| D | freelist_allocator.h | 203 MemoryPoolHeader *next = next_; in GetNext() local 217 void SetNext(MemoryPoolHeader *next) in SetNext()
|
| D | humongous_obj_allocator-inl.h | 157 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
|
| D | runslots.h | 52 void SetNext(FreeSlot *next) in SetNext() 140 RunSlots *next = nextRunslot_; in GetNextRunSlots() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_list.cpp | 81 FreeObjectSet<T> *next = nullptr; in Allocate() local 123 FreeObjectSet<T> *next = nullptr; in LookupSuitableFreeObject() local 352 FreeObjectSet<T> *next = current->next_; in EnumerateSets() local
|
| D | space-inl.h | 49 auto next = current->GetNext(); in EnumerateRegions() local
|
| D | area.h | 46 void LinkNext(Area *next) in LinkNext()
|
| /arkcompiler/ets_frontend/ets2panda/ir/as/ |
| D | namedType.h | 49 void SetNext(NamedType *next) in SetNext()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debug_info_cache.h | 83 auto next = it + 1; in EnumerateLineEntries() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 40 next(...args: [] | [any]): IteratorYieldResult | IteratorReturnResult; method in Iterator
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | helpers.h | 143 …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/ |
| D | depend_chain_helper.h | 28 Node *next; member
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | helpers.h | 181 …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()
|