| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | bytecode_instruction_tests.cpp | 280 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 D | bytecode_instruction_tests.cpp | 256 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 D | generator_helper.cpp | 33 JSTaggedValue next = EcmaInterpreter::GeneratorReEnterInterpreter(thread, genContext); in Next() local
|
| H A D | sustaining_js_handle.cpp | 93 auto next = sustainingJSHandle->next_; in RemoveSustainingJSHandle() local
|
| H A D | tagged_node.h | 89 InitLinkedNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value, JSHandle<LinkedNode> next) InitLinkedNode() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | free_object_set.cpp | 64 auto next = current->GetNext(); in Rebuild() local
|
| H A D | space-inl.h | 50 auto next = current->GetNext(); in EnumerateRegions() local
|
| H A D | area.h | 46 void LinkNext(Area *next) in LinkNext() argument
|
| H A D | ecma_list.h | 94 T *next = node->GetNext(); in RemoveNode() local
|
| H A D | free_object_list.cpp | 67 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 D | debug_info_cache.h | 83 auto next = it + 1; in REQUIRES() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A 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 [all...] |
| H A D | lock_free_queue.h | 73 std::atomic<Node *> next; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/as/ |
| H A D | namedType.h | 49 void SetNext(NamedType *next) in SetNext() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| H A D | depend_chain_helper.h | 29 Node *next; member
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | helpers.h | 144 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 D | items_pool.h | 32 PaddedItem *next; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_finalizable_weak_ref_list.h | 45 auto *next = weakRef->GetNext(); in Unlink() local
|
| H A D | ets_shared_memory.h | 126 void SetNext(Waiter *next) in SetNext() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_weak_set.cpp | 74 JSHandle<JSTaggedValue> next = JSIterator::IteratorStep(thread, iter); in WeakSetConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | early_elimination.h | 51 Node *next; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 40 auto next = std::next(it); in CheckSiblings() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | helpers.h | 181 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 D | life_intervals_test.cpp | 42 auto next = std::next(it); in CheckSiblings() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| H A D | sp_sc_lock_free_queue.h | 42 std::atomic<QueueNode *> next = nullptr; member
|