Home
last modified time | relevance | path

Searched defs:nodeId (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Ddata_dep_analysis.cpp111 for (auto nodeId : cdgNode.GetTopoPredInRegion()) { in BuildSpecialInsnDependency() local
153 for (const auto &nodeId : cdgNode.GetTopoPredInRegion()) { in UpdateReadyNodesInfo() local
Dcg_dominance.cpp33 auto nodeId = node->GetId(); in PostOrderWalk() local
302 auto nodeId = node->GetId(); in PdomPostOrderWalk() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h33 uint64_t nodeId; // Range from 1 member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h188 auto nodeId = node->GetID(); in DumpDoms() local
419 auto nodeId = node->GetID(); in PostOrderWalk() local
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h336 auto nodeId = GetNodeId(popIndex); in Pop() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp188 for (auto &nodeId : cpuProfileArg.nodes) { in TraceEventUpdateCpuProfiler() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cdg.h416 void InsertVisitedTopoPredInRegion(CDGNodeId nodeId) const in InsertVisitedTopoPredInRegion()
686 CDGNode *GetCDGNodeById(CDGNodeId nodeId) in GetCDGNodeById()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp885 int32_t nodeId = sampData->data()->get()->GetNodeId(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1775 SamplingHeapProfileSample &SetNodeId(int32_t nodeId) in SetNodeId()
Dpt_types.cpp2116 int32_t nodeId; in Create() local