| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_global_storage.h | 93 void Reset([[maybe_unused]] JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() 112 void Reset(JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset() 322 inline void SetNext(NodeList *next) in SetNext() 340 inline void SetFreeNext(NodeList<T> *next) in SetFreeNext() 361 T *next = usedList_; in IterateUsageGlobal() local 411 auto *next = topGlobalNodes_; in ~EcmaGlobalStorage() local 473 NodeList<T> *next = topGlobalNodes_; in IterateUsageGlobal() local 486 NodeList<WeakNode> *next = topWeakGlobalNodes_; in IterateWeakUsageGlobal() local 549 auto next = (*freeList)->GetFreeNext(); in NewGlobalHandleImplement() local
|
| D | js_iterator.cpp | 118 JSHandle<JSTaggedValue> next(JSObject::GetMethod(thread, iter, key)); in IteratorNext() local 138 JSHandle<JSTaggedValue> next(JSObject::GetMethod(thread, iter, key)); in IteratorNext() local 159 JSHandle<JSTaggedValue> next(thread, iter->GetNextMethod()); in IteratorNext() local 179 JSHandle<JSTaggedValue> next(thread, iter->GetNextMethod()); in IteratorNext() local
|
| D | js_async_generator_object.cpp | 65 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResolve() local 99 JSHandle<AsyncGeneratorRequest> next = JSHandle<AsyncGeneratorRequest>::Cast(val); in AsyncGeneratorReject() local 139 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResumeNext() local
|
| D | generator_helper.cpp | 30 JSTaggedValue next = EcmaInterpreter::GeneratorReEnterInterpreter(thread, genContext); in Next() local
|
| D | js_finalization_registry.cpp | 133 JSHandle<JSFinalizationRegistry> next(thread, obj->GetNext()); in CleanFinRegLists() local 246 void JSFinalizationRegistry::AddFinRegLists(JSThread *thread, JSHandle<JSFinalizationRegistry> next) in AddFinRegLists()
|
| D | tagged_node.h | 85 JSHandle<JSTaggedValue> value, JSHandle<LinkedNode> next) in InitLinkedNode()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | spill_fill_encoder.cpp | 77 auto next = std::next(it); in SortSpillFillData() local 114 SpillFillData *next = next_it == end ? nullptr : &(*next_it); in EncodeSpillFill() local 175 size_t SpillFillEncoder::EncodeRegisterToX(const SpillFillData &sf, const SpillFillData *next, int … in EncodeRegisterToX() 215 size_t SpillFillEncoder::EncodeStackToX(const SpillFillData &sf, const SpillFillData *next, int con… in EncodeStackToX()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_list.cpp | 62 FreeObjectSet *next = nullptr; in Allocate() local 101 FreeObjectSet *next = nullptr; in LookupSuitableFreeObject() local 276 FreeObjectSet *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()
|
| D | ecma_list.h | 94 T *next = node->GetNext(); in RemoveNode() local
|
| D | space.cpp | 91 Region *next = currentRegion->GetNext(); in Sweep() local
|
| /arkcompiler/runtime_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 = current_pool->GetNext(); in IterateOverObjects() local 309 size_t size, MemoryPoolHeader *prev, MemoryPoolHeader *next) in Initialize() 482 MemoryPoolHeader *next = cur->GetNext(); in SortedInsert() local
|
| D | runslots.h | 56 void SetNext(FreeSlot *next) in SetNext() 144 RunSlots *next = next_runslot_; in GetNextRunSlots() local
|
| D | freelist.h | 212 … auto next = static_cast<MemoryBlockHeader *>(ToVoidPtr(ToUintPtr(GetRawMemory()) + GetSize())); in GetNextHeader() local 234 MemoryBlockHeader *next = GetNextHeader(); in GetNextUsedHeader() local
|
| D | freelist_allocator-inl.h | 352 MemoryPoolHeader *next = current_pool->GetNext(); in VisitAndRemoveFreePools() local 584 size_t size, MemoryPoolHeader *prev, MemoryPoolHeader *next) in Initialize() 722 FreeListHeader *next = current->GetNextFree(); in FindTheMostSuitableBlockInOrderedList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_stub_builder.cpp | 43 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/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()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_instruction_tests.cpp | 253 BytecodeInstruction next = inst.JumpTo(2); in TEST() local 705 BytecodeInstructionSafe next = inst.JumpTo(2); in TEST() local 712 BytecodeInstructionSafe next = inst.JumpTo(4); in TEST() local 719 BytecodeInstructionSafe next = inst.JumpTo(-1); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | common_call.cpp | 99 Register argv, Register op, Register currentSlot, Label *next, Label *stackOverflow) in PushArgsWithArgv() 118 Register currentSlot, Label *next, Label *stackOverflow) in PushUndefinedWithArgc()
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | js_single_stepper.cpp | 97 auto next = it + 1; in GetStepRanges() local
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator.cpp | 132 Arena *next = arenas_->GetNextArena(); in Resize() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | lib_ark_builtins.d.ts | 40 next(...args: [] | [any]): IteratorYieldResult | IteratorReturnResult; method
|