Searched defs:tree (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 30 auto tree = JSHandle<Derived>::Cast(factory->NewTaggedArray(length)); in Create() local 135 …TaggedTree<Derived>::AdjustTaggedTree(const JSThread *thread, const JSHandle<Derived> &tree, int l… in AdjustTaggedTree() 193 void TaggedTree<Derived>::Remove(const JSThread *thread, const JSHandle<Derived> &tree, int entry) in Remove() 310 int TaggedTree<Derived>::FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<… in FindEntry() 339 …ggedArray> TaggedTree<Derived>::GetSortArray(const JSThread *thread, const JSHandle<Derived> &tree) in GetSortArray() 360 JSHandle<Derived> TaggedTree<Derived>::Insert(JSThread *thread, JSHandle<Derived> &tree, in Insert() 408 JSHandle<Derived> TaggedTree<Derived>::GrowCapacity(const JSThread *thread, JSHandle<Derived> &tree) in GrowCapacity() 424 JSTaggedValue TaggedTree<Derived>::GetLowerKey(JSThread *thread, const JSHandle<Derived> &tree, in GetLowerKey() 447 JSTaggedValue TaggedTree<Derived>::GetHigherKey(JSThread *thread, const JSHandle<Derived> &tree, in GetHigherKey() 470 JSHandle<Derived> TaggedTree<Derived>::Shrink(const JSThread *thread, const JSHandle<Derived> &tree) in Shrink()
|
| D | ecma_string.cpp | 1084 JSHandle<TreeEcmaString> tree(string); in SlowFlatten() local 1099 JSHandle<TreeEcmaString> tree = JSHandle<TreeEcmaString>::Cast(string); in Flatten() local 1116 JSHandle<TreeEcmaString> tree = JSHandle<TreeEcmaString>::Cast(string); in FlattenAllString() local 1136 TreeEcmaString *tree = TreeEcmaString::Cast(string); in FlattenNoGC() local
|
| D | tagged_tree.h | 135 … const JSHandle<JSTaggedValue> valueY, JSHandle<Derived> tree) in EntryCompare()
|
| D | dump.cpp | 1781 void DumpTaggedTreeEntry(T tree, std::ostream &os, int index, bool isMap = false) in DumpTaggedTreeEntry() 4580 void DumpForSnapshotTaggedTreeEntry(T tree, int index, std::vector<Reference> &vec, bool isMap = fa… in DumpForSnapshotTaggedTreeEntry()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | live_registers_test.cpp | 55 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); in TEST_F() local 107 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); in TEST_F() local 143 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); in TEST_F() local 170 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); in TEST_F() local 226 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); in TEST_F() local
|
| /arkcompiler/toolchain/inspector/ |
| D | connect_inspector.h | 65 std::string tree; member
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.cpp | 184 TraceTree* tree = snapshot->GetTraceTree(); in SerializeTraceTree() local
|
| D | heap_snapshot.cpp | 759 TraceNode::TraceNode(TraceTree* tree, uint32_t nodeIndex) in TraceNode()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_tree_test.cpp | 104 bool CheckRBTreeOfAllPaths(JSHandle<T> &tree, int numsOfBlack, int index, int count) in CheckRBTreeOfAllPaths() 120 bool CheckBlackNodeNumbers(JSHandle<T> &tree, int index) in CheckBlackNodeNumbers() 134 bool IsVaildRBTree(JSThread *thread, JSHandle<T> &tree, int nodeIndex) in IsVaildRBTree()
|