| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 101 void AdjustRefs::WalkChainDown(Inst *inst, Inst *head) in WalkChainDown() 136 void AdjustRefs::ProcessChain(Inst *head) in ProcessChain()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | linked_node_test.cpp | 69 JSHandle<LinkedNode> head(thread, JSTaggedValue::Hole()); in CreateLinkedList() local 98 JSHandle<LinkedNode> head = CreateLinkedList(); in HWTEST_F_L0() local
|
| D | rb_tree_node_test.cpp | 229 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, rootNode); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk.cpp | 39 Area *head = currentArea_; in Expand() local
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_parser.cpp | 54 StackMapSecHead *head = reinterpret_cast<StackMapSecHead *>(stackmapAddr); in GetArkDeopt() local 110 StackMapSecHead *head = reinterpret_cast<StackMapSecHead *>(stackmapAddr); in IteratorStackMap() local
|
| D | ark_stackmap.h | 48 CallsiteHead head; member
|
| D | llvm_stackmap_type.h | 129 struct StkMapRecordHeadTy head; member 172 struct Header head; member
|
| D | llvm_stackmap_parser.cpp | 146 auto head = dataInfo_->Read<struct StkMapRecordHeadTy>(); in CalculateStackMap() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 22 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
|
| D | tagged_hash_array.cpp | 229 LinkedNode *head = LinkedNode::Cast(node.GetTaggedObject()); in RemoveNode() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_hashset.cpp | 107 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
|
| D | js_api_hashmap.cpp | 238 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debug_inf.cpp | 123 auto *head = metaInfo->head_.load(std::memory_order_relaxed); in AddCodeMetaInfoImpl() local
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | freelist_allocator-inl.h | 619 FreeListHeader *head = GetFirstBlock(index); in FindMemoryBlock() local
|
| D | runslots_allocator-inl.h | 400 auto head = free_runslots_.GetHead(); in TrimUnsafe() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 681 for (auto head = this; head != nullptr; head = head->GetSibling()) { in FindSiblingAt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | scheduler.cpp | 461 GateRef head = cfg->at(bbIdx).front(); in Print() local
|
| D | circuit_optimizer.cpp | 1425 void Partition::SetHead(std::shared_ptr<PartitionNode> head) in SetHead()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_types_test.cpp | 1874 SamplingHeapProfileNode *head = object->GetHead(); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1702 SamplingHeapProfile &SetHead(std::unique_ptr<SamplingHeapProfileNode> head) in SetHead()
|
| D | pt_types.cpp | 1940 std::unique_ptr<PtJson> head; in Create() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 562 explicit UserList(PointerType head) : head_(head) {} in UserList()
|