Home
last modified time | relevance | path

Searched defs:tree (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp55 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()); TEST_F() local
170 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); TEST_F() local
226 auto tree = LifeIntervalsTree::BuildIntervalsTree(intervals, GetGraph()); TEST_F() local
[all...]
/arkcompiler/toolchain/inspector/
H A Dconnect_inspector.h72 std::string tree; member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.cpp229 TraceTree* tree = snapshot->GetTraceTree(); in SerializeTraceTree() local
H A Dheap_snapshot.cpp781 TraceNode::TraceNode(TraceTree* tree, uint32_t nodeIndex) in TraceNode() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp284 bool CheckRBTreeOfAllPaths(JSHandle<T> &tree, int numsOfBlack, JSTaggedValue hashTreeNodeVa, int count) in CheckRBTreeOfAllPaths() argument
320 bool CheckBlackNodeNumbers(JSHandle<T> &tree, JSHandle<RBTreeNode> hashTreeNode) in CheckBlackNodeNumbers() argument
338 bool IsVaildRBTree(JSThread *thread, JSHandle<T> &tree, JSHandle<RBTreeNode> hashTreeNode) in IsVaildRBTree() argument
H A Dtagged_tree_test.cpp49 bool CheckRBTreeOfAllPaths(JSHandle<T> &tree, int numsOfBlack, int index, int count) in CheckRBTreeOfAllPaths() argument
65 bool CheckBlackNodeNumbers(JSHandle<T> &tree, int index) in CheckBlackNodeNumbers() argument
79 IsVaildRBTree(JSThread *thread, JSHandle<T> &tree, int nodeIndex) IsVaildRBTree() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.cpp59 auto &tree = analysisManager.getResult<llvm::DominatorTreeAnalysis>(function); in run() local
97 bool ArkGVN::RunOnFunction(const llvm::DominatorTree &tree, const GvnBuiltins &builtins) in RunOnFunction() argument
112 bool ArkGVN::RunOnBasicBlock(llvm::BasicBlock *block, const llvm::DominatorTree &tree, const GvnBuiltins &builtins) in RunOnBasicBlock() argument
206 FindDominantCall(const ArkGVN::BuiltinKey &curBuiltin, llvm::BasicBlock *block, const llvm::DominatorTree &tree) FindDominantCall() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp30 auto tree = JSHandle<Derived>::Cast(factory->NewTaggedArray(length)); in Create() local
135 JSHandle<Derived> TaggedTree<Derived>::AdjustTaggedTree(const JSThread *thread, const JSHandle<Derived> &tree, int len) in AdjustTaggedTree() argument
311 FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key) FindEntry() argument
340 EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, const JSHandle<JSTaggedValue> valueY, JSHandle<Derived> tree) EntryCompare() argument
396 GetSortArray(const JSThread *thread, const JSHandle<Derived> &tree) GetSortArray() argument
417 Insert(JSThread *thread, JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) Insert() argument
465 GrowCapacity(const JSThread *thread, JSHandle<Derived> &tree) GrowCapacity() argument
481 GetLowerKey(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key) GetLowerKey() argument
504 GetHigherKey(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<JSTaggedValue> &key) GetHigherKey() argument
527 Shrink(const JSThread *thread, const JSHandle<Derived> &tree) Shrink() argument
[all...]
H A Ddump.cpp1882 void DumpTaggedTreeEntry(T tree, std::ostream &os, int index, bool isMap = false) in DumpTaggedTreeEntry() argument
4643 void DumpForSnapshotTaggedTreeEntry(T tree, int index, std::vector<Reference> &vec, bool isMap = false) in DumpForSnapshotTaggedTreeEntry() argument
[all...]
H A Decma_string.cpp1381 JSHandle<TreeEcmaString> tree = JSHandle<TreeEcmaString>::Cast(string); in Flatten() local
1397 JSHandle<TreeEcmaString> tree = JSHandle<TreeEcmaString>::Cast(string); in FlattenAllString() local
1417 TreeEcmaString *tree = TreeEcmaString::Cast(string); FlattenNoGCForSnapshot() local
[all...]
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp221 nlohmann::json tree; in StartCapture() local

Completed in 18 milliseconds