| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A 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()); 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 D | connect_inspector.h | 72 std::string tree; member
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_snapshot_json_serializer.cpp | 229 TraceTree* tree = snapshot->GetTraceTree(); in SerializeTraceTree() local
|
| H A D | heap_snapshot.cpp | 781 TraceNode::TraceNode(TraceTree* tree, uint32_t nodeIndex) in TraceNode() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | tagged_hash_array_test.cpp | 284 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 D | tagged_tree_test.cpp | 49 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 D | ark_gvn.cpp | 59 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 D | tagged_tree.cpp | 30 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 D | dump.cpp | 1882 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 D | ecma_string.cpp | 1381 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 D | extension_executor.cpp | 221 nlohmann::json tree;
in StartCapture() local
|