Home
last modified time | relevance | path

Searched defs:nodes (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dlock_order_graph.h46 LockOrderGraph(PandaMap<ThreadId, bool> nodes, PandaMap<ThreadId, ThreadId> edges) in LockOrderGraph() argument
H A Dlock_order_graph.cpp39 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 DIrToPicture.js[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.h78 void CallNode(const ArenaVector<T *> &nodes) in CallNode() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp151 std::vector<ir::AstNode *> nodes; in CreateStatement() local
/arkcompiler/ets_frontend/ets2panda/ir/
H A 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
[all...]
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h123 std::vector<const ir::AstNode *> nodes; in Property() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.cpp133 const CList<Node *> *nodes = snapshot->GetNodes(); in SerializeNodes() local
H A Dheap_profiler.cpp101 auto nodes = snapshot->GetNodes(); in UpdateEntryIdMap() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp261 std::string nodes = "\"nodes\":["; in HWTEST_F_L0() local
H A Dheap_tracker_third_test.cpp164 std::string nodes = "\"nodes\":["; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.h26 std::vector<int> nodes; member
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp80 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 DETSparser.h70 void ProcessFormattedArg(std::vector<ir::AstNode *> &nodes, T &&arg) in ProcessFormattedArg() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dscc.h217 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 Dtagged_tree_test.cpp81 CQueue<int> nodes; in IsVaildRBTree() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp151 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 Dsamples_record.h62 struct CpuProfileNode nodes[MAX_NODE_COUNT]; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Drich_logging.py30 from _pytest import nodes # pylint:disable=protected-access namespace
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp377 auto &nodes = bb.GetStmtNodes(); in AppendStmtBeforeBranch() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1819 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 Dpt_types.cpp2595 std::unique_ptr<PtJson> nodes; in Create() local
2799 std::unique_ptr<PtJson> nodes = PtJson::CreateArray(); in ToJson() local
[all...]
H A Dpt_types.h2293 Profile &SetNodes(std::vector<std::unique_ptr<ProfileNode>> nodes) in SetNodes() argument

Completed in 27 milliseconds