Home
last modified time | relevance | path

Searched defs:head_ (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dlock_free_queue.h77 std::atomic<Node *> head_; member in ark::tooling::sampler::LockFreeQueue
/arkcompiler/runtime_core/libpandabase/utils/
H A Dring_buffer.h430 increment_buffer_index(head_); global() variable
438 decrement_buffer_index(head_); global() variable
457 size_type head_ = 0U; global() member in panda::RingBuffer
[all...]
H A Dlist.h344 ListNode head_; global() member
616 DListNode head_; global() member in DList
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dring_buffer.h388 IncrementBufferIndex(head_); global() variable
396 DecrementBufferIndex(head_); global() variable
415 size_type head_ = 0U; global() member in ark::RingBuffer
[all...]
H A Dlist.h332 ListNode head_; global() member
603 DListNode head_; global() member in DList
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_waiters_list.h111 alignas(alignof(EtsLong)) Node *head_; member in ark::ets::EtsWaitersList
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_sc_lock_free_queue.h157 alignas(ark::COHERENCY_LINE_SIZE) std::atomic<QueueNode *> head_ = {nullptr}; member in ark::taskmanager::internal::SPSCLockFreeQueue
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.h54 struct SamplingNode head_; member
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dhumongous_obj_allocator-inl.h355 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "It was a pointer to list head. Change head to " << std::hex << head_; in Pop() local
[all...]
H A Drunslots_allocator.h221 RunSlotsType *head_; member in ark::mem::RunSlotsAllocator::RunSlotsList
H A Drunslots_allocator-inl.h482 LOG_RUNSLOTS_ALLOCATOR(DEBUG) << "head_ in PopFromList() local
[all...]

Completed in 8 milliseconds