| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | lock_order_graph.h | 46 LockOrderGraph(PandaMap<ThreadId, bool> nodes, PandaMap<ThreadId, ThreadId> edges) in LockOrderGraph() argument
|
| H A D | lock_order_graph.cpp | 39 PandaMap<ThreadId, bool> nodes; in CheckForTerminationLoops() local 59 LOG(DEBUG, RUNTIME) << "LockOrderGraph node: " << threadId << ", is NATIVE = " << nodes[threadId]; in CheckForTerminationLoops() local [all...] |
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
| H A D | IrToPicture.js | [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.h | 78 void CallNode(const ArenaVector<T *> &nodes) in CallNode() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | recordLowering.cpp | 151 std::vector<ir::AstNode *> nodes; in CreateStatement() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.h | 54 std::vector<const AstNode *> nodes; in Optional() local 147 std::vector<const ir::AstNode *> nodes; in Property() local 160 std::vector<const ir::AstNode *> nodes; in Property() local [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.h | 123 std::vector<const ir::AstNode *> nodes; in Property() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_snapshot_json_serializer.cpp | 133 const CList<Node *> *nodes = snapshot->GetNodes(); in SerializeNodes() local
|
| H A D | heap_profiler.cpp | 101 auto nodes = snapshot->GetNodes(); in UpdateEntryIdMap() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_tracker_first_test.cpp | 261 std::string nodes = "\"nodes\":[";
in HWTEST_F_L0() local
|
| H A D | heap_tracker_third_test.cpp | 164 std::string nodes = "\"nodes\":["; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| H A D | tracing.h | 26 std::vector<int> nodes; member
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_graph_coloring.cpp | 80 const ColorNode *FindFixedNode(const NodeVector &nodes, Location location) in FindFixedNode() argument 91 const ColorNode *FindNode(const NodeVector &nodes, const Inst *inst) in FindNode() argument 106 auto &nodes = ig->GetNodes(); in PrecolorIG() local 154 auto &nodes = ig->GetNodes(); BuildBias() local 197 auto &nodes = ig->GetNodes(); AddAffinityEdges() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparser.h | 70 void ProcessFormattedArg(std::vector<ir::AstNode *> &nodes, T &&arg) in ProcessFormattedArg() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| H A D | scc.h | 217 MapleVector<T *> nodes; global() member in maple::SCCNode 223 BuildSCCDFS(T &rootNode, uint32 &visitIndex, MapleVector<SCCNode<T> *> &sccNodes, std::vector<T *> &nodes, std::vector<uint32> &visitedOrder, std::vector<uint32> &lowestOrder, std::vector<bool> &inStack, std::vector<uint32> &visitStack, uint32 &numOfSccs, MapleAllocator &cgAlloc) BuildSCCDFS() argument 279 VerifySCC(std::vector<T *> nodes) VerifySCC() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | tagged_tree_test.cpp | 81 CQueue<int> nodes; in IsVaildRBTree() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_graph_coloring.cpp | 151 auto &nodes = ig->GetNodes(); in BuildBias() local 170 WalkNodes(std::make_pair(walked, biased), nodes, node, ig, affinityNodes); in BuildBias() local 174 void RegAllocGraphColoring::WalkNodes(IndexVectorPair &&vectors, NodeVector &nodes, ColorNode node, in WalkNodes() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | samples_record.h | 62 struct CpuProfileNode nodes[MAX_NODE_COUNT];
member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | rich_logging.py | 30 from _pytest import nodes # pylint:disable=protected-access namespace
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 377 auto &nodes = bb.GetStmtNodes(); in AppendStmtBeforeBranch() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 1819 auto nodes = std::get<std::vector<ir::AstNode *>>(res); in SetOriginalNode() local 1836 auto nodes = std::get<std::vector<ir::AstNode *>>(res); in ResetParentScope() local 2389 ArenaVector<ir::TSModuleDeclaration *> nodes = decl->AsNamespaceDecl()->Decls(); in IsInstantiatedNamespaceVariable() local
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 2595 std::unique_ptr<PtJson> nodes; in Create() local 2799 std::unique_ptr<PtJson> nodes = PtJson::CreateArray(); in ToJson() local [all...] |
| H A D | pt_types.h | 2293 Profile &SetNodes(std::vector<std::unique_ptr<ProfileNode>> nodes) in SetNodes() argument
|