Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/test/scripts/performance_test/
Dtest_error_report.json19 "head": { object
37 "head": { object
53 "head": { object
71 "head": { object
89 "head": { object
Dtest_report.json19 "head": { object
37 "head": { object
53 "head": { object
71 "head": { object
/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/tests/
Dlinked_node_test.cpp45 JSHandle<LinkedNode> head(thread, JSTaggedValue::Hole()); in CreateLinkedList() local
74 JSHandle<LinkedNode> head = CreateLinkedList(); in HWTEST_F_L0() local
Drb_tree_node_test.cpp181 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, rootNode); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
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
Dsp_mc_lock_free_queue.h247 auto head = head_.load(std::memory_order_acquire); in ~SPMCLockFreeQueue() local
248 delete head; in ~SPMCLockFreeQueue() 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()
169 void AdjustRefs::ProcessChain(Inst *head) in ProcessChain()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_proxy_objects.js53 let head = new ListNode(0, null); 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
121 auto *head = metaInfo->head.load(std::memory_order_relaxed); in AddCodeMetaInfoImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmempool.cpp185 MemBlock **head = nullptr; in AllocNewMemBlock() local
265 MemBlock **head = nullptr; in AllocTailMemBlock() local
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap.h49 CallsiteHeader head; member
Dark_stackmap_parser.cpp53 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in GetArkDeopt() local
158 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in IteratorStackMap() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_finalizable_weak_ref_list.h31 auto *head = GetHead(); in Push() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp21 JSHandle<RBTreeNode> LinkedNode::Treeing(JSThread *thread, const JSHandle<LinkedNode> &head) in Treeing()
57 JSHandle<LinkedNode> &head, JSHandle<LinkedNode> &tail) in InOrderTraverse()
76 JSHandle<LinkedNode> head(thread, JSTaggedValue::Hole()); in Detreeing() local
Dtagged_hash_array.cpp226 LinkedNode *head = LinkedNode::Cast(node.GetTaggedObject()); in RemoveNode() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h626 FreeListHeader *head = GetFirstBlock(index); in FindMemoryBlock() local
668 freelist::FreeListHeader *head, size_t size) in FindSuitableBlockInList()
695 freelist::FreeListHeader *head, size_t size, size_t index) in TryGetSuitableBlockBySize()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp108 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
Djs_api_hashmap.cpp232 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h35 LoopDesc(MapleAllocator &allocator, BB &head) in LoopDesc()
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h172 struct StkMapRecordHeadTy head; member
215 struct Header head; member
Dllvm_stackmap_parser.cpp200 auto head = dataInfo_->Read<struct StkMapRecordHeadTy>(); in CalculateStackMap() local
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp264 std::string head = "{\"snapshot\":\n"; in SaveHeapSnapshotAndAllocationTrackData() local
/arkcompiler/ets_runtime/test/moduletest/arrayfrom/
Darrayfrom.js315 const head = 'h' constant

12