/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | narrowingDestructuring.ts | 105 const [head, ...tail] = x; constant 117 const [head, ...tail] = x; constant
|
/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.h | 49 CallsiteHeader head; member
|
D | ark_stackmap_parser.cpp | 53 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in GetArkDeopt() local 112 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in IteratorStackMap() local
|
D | llvm_stackmap_type.h | 169 struct StkMapRecordHeadTy head; member 212 struct Header head; member
|
D | llvm_stackmap_parser.cpp | 136 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 | 109 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/ets_runtime/ecmascript/compiler/ |
D | pass.h | 439 for (auto head : headList) { in Run() local
|
D | scheduler.cpp | 464 GateRef head = cfg->at(bbIdx).front(); in Print() local
|
D | bytecode_circuit_builder.cpp | 617 for (auto &head : loopHeads_) { in CollectPredsInfo() local
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.cpp | 640 for (auto head = this; head != nullptr; head = head->GetSibling()) { in FindSiblingAt() local
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeExtractor.cpp | 510 const ir::Expression *head = node->AsTSQualifiedName(); in GetTypeIndexFromTSQualifiedNode() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 378 util::StringView Transformer::CreateUniqueName(const std::string &head, size_t *index) const in CreateUniqueName() argument 542 std::stringstream head; in CreatePrivatePropertyBindName() local
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_types_test.cpp | 1881 SamplingHeapProfileNode *head = object->GetHead(); in HWTEST_F_L0() local
|
D | pt_types_test.cpp | 632 std::unique_ptr<PtJson> head = PtJson::CreateObject(); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 515 explicit UserList(PointerType head) : head_(head) {} in UserList()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1901 SamplingHeapProfile &SetHead(std::unique_ptr<SamplingHeapProfileNode> head) in SetHead()
|
D | pt_types.cpp | 2209 std::unique_ptr<PtJson> head; in Create() local
|