Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbbt.cpp48 void BBT::ValidateStmtList(StmtNode *head, StmtNode *detached) in ValidateStmtList()
Dtrycatchblockslower.cpp387 BBT *head = currBBThread.front(); in CollectCatchAndFallthruUntilNextCatchBB() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp97 auto head = heads_.back(); in ProcessArrayUses() local
131 void AdjustRefs::WalkChainDown(BasicBlock *bb, Inst *startFrom, Inst *head) in WalkChainDown()
172 void AdjustRefs::ProcessChain(Inst *head) in ProcessChain()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp69 JSHandle<LinkedNode> head(thread, JSTaggedValue::Hole()); in CreateLinkedList() local
98 JSHandle<LinkedNode> head = CreateLinkedList(); in HWTEST_F_L0() local
Drb_tree_node_test.cpp229 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, rootNode); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_proxy_objects.js49 let head = new ListNode(0, null); variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule69.ts19 let head, tail variable
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule69.ts19 let head, tail variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk.cpp40 Area *head = currentArea_; in Expand() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebug_inf.cpp45 std::atomic<PCodeItem *> head {nullptr}; member
123 auto *head = metaInfo->head.load(std::memory_order_relaxed); in AddCodeMetaInfoImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp190 MemBlock **head = nullptr; in AllocNewMemBlock() local
270 MemBlock **head = nullptr; in AllocTailMemBlock() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap.h49 CallsiteHeader head; member
Dark_stackmap_parser.cpp55 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in GetArkDeopt() local
150 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in IteratorStackMap() local
Dllvm_stackmap_type.h172 struct StkMapRecordHeadTy head; member
215 struct Header head; member
Dllvm_stackmap_parser.cpp206 auto head = dataInfo_->Read<struct StkMapRecordHeadTy>(); in CalculateStackMap() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp22 JSHandle<RBTreeNode> LinkedNode::Treeing(JSThread *thread, const JSHandle<LinkedNode> &head) in Treeing()
58 JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) in InOrderTraverse()
77 JSHandle<LinkedNode> head(thread, JSTaggedValue::Hole()); in Detreeing() local
Dtagged_hash_array.cpp227 LinkedNode *head = LinkedNode::Cast(node.GetTaggedObject()); in RemoveNode() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp109 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
Djs_api_hashmap.cpp236 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp270 std::string head = "{\"snapshot\":\n"; in SaveHeapSnapshotAndAllocationTrackData() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h616 FreeListHeader *head = GetFirstBlock(index); in FindMemoryBlock() local
Drunslots_allocator-inl.h398 auto head = freeRunslots_.GetHead(); in TrimUnsafe() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dloop.cpp443 LoopHierarchy *head = nullptr; in SortLoops() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp640 for (auto head = this; head != nullptr; head = head->GetSibling()) { in FindSiblingAt() local

12