Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DrecursiveClassBaseType.ts36 abstract root(): Derived1; method in Base1
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp70 VisitObjectArea area) { in ProcessMarkStack()
102 VisitObjectArea area) { in ProcessIncrementalMarkStack()
150 VisitObjectArea area) { in ProcessMarkStack()
176 VisitObjectArea area) { in ProcessMarkStack()
Dparallel_marker-inl.h31 inline bool NonMovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, … in VisitBodyInObj()
137 inline bool MovableMarker::VisitBodyInObj(TaggedObject *root, ObjectSlot start, ObjectSlot end, Cal… in VisitBodyInObj()
264 inline void SemiGCMarker::MarkValue(uint32_t threadId, TaggedObject *root, ObjectSlot slot) in MarkValue()
Dverification.cpp29 VisitObjectArea area) { in VisitAllObjects()
Dparallel_evacuator-inl.h36 TaggedObject *root, ObjectSlot start, ObjectSlot end, Callback callback) in VisitBodyInObj()
Dparallel_evacuator.cpp152 [&](TaggedObject *root, ObjectSlot start, ObjectSlot end, VisitObjectArea area) { in VerifyHeapObject()
392 [this](TaggedObject *root, ObjectSlot start, ObjectSlot end, VisitObjectArea area) { in UpdateNewObjectField()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp101 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, node); in TreeingBin() local
184 JSMutableHandle<LinkedNode> root(thread, JSTaggedValue::Undefined()); in SetVal() local
207 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(node); in SetVal() local
273 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
283 JSHandle<LinkedNode> root = JSHandle<LinkedNode>::Cast(rootValue); in GetCurrentNode() local
Dtagged_node.cpp75 JSHandle<LinkedNode> RBTreeNode::Detreeing(JSThread *thread, const JSHandle<RBTreeNode> &root) in Detreeing()
402 JSMutableHandle<RBTreeNode> root(thread, JSTaggedValue::Hole()); in GetTreeNode() local
Dtagged_tree.cpp512 int root = GetRootEntries(); in HasValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp66 JSHandle<JSObject> root = factory->NewJSObjectByConstructor(constructor); in Parse() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.cpp67 VisitObjectArea area) { in HandleObjectField()
Dsnapshot.cpp39 JSTaggedValue root = tsManager->GetSnapshotCPList(); in Serialize() local
Dsnapshot_processor.cpp1476 bool SnapshotProcessor::VisitObjectBodyWithRep(TaggedObject *root, ObjectSlot slot, uintptr_t obj, … in VisitObjectBodyWithRep()
1630 void SnapshotProcessor::DeserializeTaggedField(uint64_t *value, TaggedObject *root) in DeserializeTaggedField()
1679 …auto visitor = [this]([[maybe_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end, Visit… in DeserializeField()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp99 JSHandle<RBTreeNode> root = LinkedNode::Treeing(thread, head); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js24 root: path.resolve(__dirname), property
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp108 JSHandle<RBTreeNode> root(thread, rootVa); in Remove() local
Djs_api_hashmap_iterator.cpp132 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
Djs_api_hashset_iterator.cpp126 JSHandle<RBTreeNode> root = JSHandle<RBTreeNode>::Cast(rootValue); in GetCurrentNode() local
Djs_api_hashmap.cpp237 JSHandle<RBTreeNode> root(thread, rootVa); in Remove() local
/arkcompiler/ets_runtime/tools/circuit_viewer/dist/
Dconfig.json19 "root": "0xff303030" string
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js24 root: 4, property
/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp152 auto root = gateAcc.GetStateRoot(); in RunCFGIsDAGCheck() local
478 size_t root = 0; in Run() local
Dcircuit.h83 void SetRoot(GateRef root) in SetRoot()
Dscheduler.cpp150 size_t root = 0; in Run() local
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp145 auto root = PtJson::CreateObject(); in HWTEST_F_L0() local

12