Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnarrowingDestructuring.ts105 const [head, ...tail] = x; constant
117 const [head, ...tail] = x; constant
/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/ets_runtime/ecmascript/mem/
Dchunk.cpp39 Area *head = currentArea_; in Expand() 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
112 ArkStackMapHeader *head = reinterpret_cast<ArkStackMapHeader *>(stackmapAddr); in IteratorStackMap() local
Dllvm_stackmap_type.h169 struct StkMapRecordHeadTy head; member
212 struct Header head; member
Dllvm_stackmap_parser.cpp136 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.cpp229 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.cpp238 JSHandle<LinkedNode> head = RBTreeNode::Detreeing(thread, root); in Remove() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h439 for (auto head : headList) { in Run() local
Dscheduler.cpp464 GateRef head = cfg->at(bbIdx).front(); in Print() local
Dbytecode_circuit_builder.cpp617 for (auto &head : loopHeads_) { in CollectPredsInfo() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp640 for (auto head = this; head != nullptr; head = head->GetSibling()) { in FindSiblingAt() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp510 const ir::Expression *head = node->AsTSQualifiedName(); in GetTypeIndexFromTSQualifiedNode() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp378 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/
Ddebugger_types_test.cpp1881 SamplingHeapProfileNode *head = object->GetHead(); in HWTEST_F_L0() local
Dpt_types_test.cpp632 std::unique_ptr<PtJson> head = PtJson::CreateObject(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h515 explicit UserList(PointerType head) : head_(head) {} in UserList()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1901 SamplingHeapProfile &SetHead(std::unique_ptr<SamplingHeapProfileNode> head) in SetHead()
Dpt_types.cpp2209 std::unique_ptr<PtJson> head; in Create() local