Home
last modified time | relevance | path

Searched defs:next (Results 1 - 25 of 96) sorted by relevance

1234

/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp280 BytecodeInstruction next = inst.JumpTo(2); in TEST() local
786 BytecodeInstructionSafe next = inst.JumpTo(2); in TEST() local
793 BytecodeInstructionSafe next = inst.JumpTo(4); in TEST() local
800 BytecodeInstructionSafe next = inst.JumpTo(-1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp256 BytecodeInstruction next = inst.JumpTo(2); in TEST() local
709 BytecodeInstructionSafe next = inst.JumpTo(2); in TEST() local
716 BytecodeInstructionSafe next = inst.JumpTo(4); in TEST() local
723 BytecodeInstructionSafe next = inst.JumpTo(-1); in TEST() local
/arkcompiler/ets_runtime/ecmascript/
H A Dgenerator_helper.cpp33 JSTaggedValue next = EcmaInterpreter::GeneratorReEnterInterpreter(thread, genContext); in Next() local
H A Dsustaining_js_handle.cpp93 auto next = sustainingJSHandle->next_; in RemoveSustainingJSHandle() local
H A Dtagged_node.h89 InitLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value, JSHandle<LinkedNode> next) InitLinkedNode() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfree_object_set.cpp64 auto next = current->GetNext(); in Rebuild() local
H A Dspace-inl.h50 auto next = current->GetNext(); in EnumerateRegions() local
H A Darea.h46 void LinkNext(Area *next) in LinkNext() argument
H A Decma_list.h94 T *next = node->GetNext(); in RemoveNode() local
H A Dfree_object_list.cpp67 FreeObjectSet<T> *next = nullptr; in Allocate() local
109 FreeObjectSet<T> *next = nullptr; in LookupSuitableFreeObject() local
317 FreeObjectSet<T> *next = current->next_; in EnumerateSets() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.h83 auto next = it + 1; in REQUIRES() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A 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
[all...]
H A Dlock_free_queue.h73 std::atomic<Node *> next; member
/arkcompiler/ets_frontend/ets2panda/ir/as/
H A DnamedType.h49 void SetNext(NamedType *next) in SetNext() argument
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.h29 Node *next; member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dhelpers.h144 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *next) in GetOptionalTaggedValue() argument
161 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *next) in EnumerateTaggedValues() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/mem/
H A Ditems_pool.h32 PaddedItem *next; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_finalizable_weak_ref_list.h45 auto *next = weakRef->GetNext(); in Unlink() local
H A Dets_shared_memory.h126 void SetNext(Waiter *next) in SetNext() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_set.cpp74 JSHandle<JSTaggedValue> next = JSIterator::IteratorStep(thread, iter); in WeakSetConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dearly_elimination.h51 Node *next; member
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp40 auto next = std::next(it); in CheckSiblings() local
/arkcompiler/runtime_core/libpandafile/
H A Dhelpers.h181 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *next) in GetOptionalTaggedValue() argument
202 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *next) in EnumerateTaggedValues() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlife_intervals_test.cpp42 auto next = std::next(it); in CheckSiblings() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_sc_lock_free_queue.h42 std::atomic<QueueNode *> next = nullptr; member

Completed in 12 milliseconds

1234