Home
last modified time | relevance | path

Searched defs:head (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk.cpp41 Area *head = currentArea_; in Expand() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_node_test.cpp74 JSHandle<LinkedNode> head = CreateLinkedList(); in HWTEST_F_L0() local
H A Drb_tree_node_test.cpp181 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, rootNode); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dlock_free_queue.cpp53 Node *head = head_.load(std::memory_order_acquire); in Pop() local
86 Node *head = head_.load(std::memory_order_acquire); in FindValue() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap.h49 CallsiteHeader head; member
H A Dark_stackmap_parser.cpp54 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in GetArkDeopt() local
160 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in IteratorStackMap() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_finalizable_weak_ref_list.h31 auto *head = GetHead(); in Push() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset.cpp108 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
H A Djs_api_hashmap.cpp232 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dsp_mc_lock_free_queue.h247 auto head = head_.load(std::memory_order_acquire); in ~SPMCLockFreeQueue() local
H A Dsp_sc_lock_free_queue.h85 auto *head = head_.load(std::memory_order_acquire); in Pop() local
132 auto head = head_.load(std::memory_order_acquire); in ~SPSCLockFreeQueue() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebug_inf.cpp121 auto *head = metaInfo->head.load(std::memory_order_relaxed); in AddCodeMetaInfoImpl() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_array.cpp226 LinkedNode *head = LinkedNode::Cast(node.GetTaggedObject()); in RemoveNode() local
H A Dtagged_node.cpp22 JSHandle<RBTreeNode> LinkedNode::Treeing(JSThread *thread, const JSHandle<LinkedNode> &head) in Treeing() argument
57 InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) InOrderTraverse() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_parser.cpp200 auto head = dataInfo_->Read<struct StkMapRecordHeadTy>(); in CalculateStackMap() local
H A Dllvm_stackmap_type.h172 struct StkMapRecordHeadTy head; member
215 struct Header head; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dadjust_arefs.cpp97 auto head = heads_.back(); in ProcessArrayUses() local
131 WalkChainDown(BasicBlock *bb, Inst *startFrom, Inst *head) WalkChainDown() argument
169 ProcessChain(Inst *head) ProcessChain() argument
[all...]
H A Dlse.cpp370 auto head = loop->GetHeader(); in LoopDoElimination() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dloop.h35 LoopDesc(MapleAllocator &allocator, BB &head) in LoopDesc() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmempool.cpp191 MemBlock **head = nullptr; in AllocNewMemBlock() local
271 MemBlock **head = nullptr; in AllocTailMemBlock() local
/arkcompiler/toolchain/tooling/client/domain/
H A Dheapprofiler_client.cpp270 std::string head = "{\"snapshot\":\n"; in SaveHeapSnapshotAndAllocationTrackData() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dfreelist_allocator-inl.h616 FreeListHeader *head = GetFirstBlock(index); in FindMemoryBlock() local
657 FindSuitableBlockInList( freelist::FreeListHeader *head, size_t size) FindSuitableBlockInList() argument
684 TryGetSuitableBlockBySize( freelist::FreeListHeader *head, size_t size, size_t index) TryGetSuitableBlockBySize() argument
[all...]
H A Drunslots_allocator-inl.h398 auto head = freeRunslots_.GetHead(); in TrimUnsafe() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp478 GateRef head = cfg->at(bbIdx).front(); in Print() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp648 std::unique_ptr<PtJson> head = PtJson::CreateObject(); in HWTEST_F_L0() local

Completed in 17 milliseconds

12