Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-misplaced-imports.json2 "nodes": [] array
Darkts-no-var.json2 "nodes": [ array
Darkts-no-private-identifiers.json2 "nodes": [ array
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js82 static isLoopBack(l, nodes) { argument
113 nodes[ir.id] = { variable
144 static generateLine(nodes, lines, lid) { argument
174 static deepTest(n, nodes, isBlock, stack, dist) { argument
223 static resetPicture(nodes, isBlock) { argument
DIrViewer.js269 makeLevely(nodes) { argument
282 drawSmallMap(nodes, x1, x2, y1, y2) { argument
544 drawLines(offx, offy, nodes, lines, levely, mmx, select) { argument
/arkcompiler/runtime_core/static_core/runtime/
Dlock_order_graph.h46 LockOrderGraph(PandaMap<ThreadId, bool> nodes, PandaMap<ThreadId, ThreadId> edges) in LockOrderGraph()
Dlock_order_graph.cpp39 PandaMap<ThreadId, bool> nodes; in CheckForTerminationLoops() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp79 const ColorNode *FindFixedNode(const NodeVector &nodes, Location location) in FindFixedNode()
90 const ColorNode *FindNode(const NodeVector &nodes, const Inst *inst) in FindNode()
105 auto &nodes = ig->GetNodes(); in PrecolorIG() local
153 auto &nodes = ig->GetNodes(); in BuildBias() local
196 auto &nodes = ig->GetNodes(); in AddAffinityEdges() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.h54 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h217 MapleVector<T *> nodes; variable
223 …CDFS(T &rootNode, uint32 &visitIndex, MapleVector<SCCNode<T> *> &sccNodes, std::vector<T *> &nodes, in BuildSCCDFS()
279 void VerifySCC(std::vector<T *> nodes) in VerifySCC()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h78 void CallNode(const ArenaVector<T *> &nodes) in CallNode()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp107 auto const checkInitializer = [](ArenaVector<ir::AstNode *> const &nodes) -> bool { in CompileAsStaticBlock()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dserializer.cpp133 auto nodes = snapshot->GetNodes(); in SerializeNodes() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.h26 std::vector<int> nodes; member
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DLinterRunner.ts255 const nodes = linter.nodeCounters[i]; constant
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h70 void ProcessFormattedArg(std::vector<ir::AstNode *> &nodes, T &&arg) in ProcessFormattedArg()
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h123 std::vector<const ir::AstNode *> nodes; in Property() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DTestRunner.ts55 nodes: TestNodeInfo[]; property
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrecordLowering.cpp155 std::vector<ir::AstNode *> nodes; in CreateStatement() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp155 auto &nodes = ig->GetNodes(); in BuildBias() local
178 void RegAllocGraphColoring::WalkNodes(IndexVectorPair &&vectors, NodeVector &nodes, ColorNode node, in WalkNodes()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp147 const CList<Node *> *nodes = snapshot->GetNodes(); in SerializeNodes() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_third_test.cpp164 std::string nodes = "\"nodes\":["; in HWTEST_F_L0() local
Dheap_tracker_first_test.cpp261 std::string nodes = "\"nodes\":["; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h63 struct CpuProfileNode nodes[MAX_NODE_COUNT]; member
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1808 auto nodes = std::get<std::vector<ir::AstNode *>>(res); in SetOriginalNode() local
1825 auto nodes = std::get<std::vector<ir::AstNode *>>(res); in ResetParentScope() local
2378 ArenaVector<ir::TSModuleDeclaration *> nodes = decl->AsNamespaceDecl()->Decls(); in IsInstantiatedNamespaceVariable() local

12