Home
last modified time | relevance | path

Searched defs:head_ (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.h43 delete head_; in ~LockFreeQueue() local
77 std::atomic<Node *> head_; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_waiters_list.h111 alignas(alignof(EtsLong)) Node *head_; variable
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_sc_lock_free_queue.h163 alignas(ark::COHERENCY_LINE_SIZE) std::atomic<QueueNode *> head_ = {nullptr}; variable
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h54 struct SamplingNode head_; member
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h457 size_type head_ = 0U; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h415 size_type head_ = 0U; variable
/arkcompiler/ets_runtime/common_components/common/
Dmem_common.h145 delete head_; in ~SpanList() local
/arkcompiler/ets_runtime/common_components/mutator/
Dsatb_buffer.h176 T* head_; variable
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.h85 size_t head_; variable