Searched refs:nodeId (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_sampling.h | 34 Sample(size_t size, uint32_t nodeId, uint64_t ordinal, unsigned int count) in Sample() 36 nodeId_(nodeId), in Sample()
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | util.ts | 477 const nodeId = ts.getNodeId(node); constant 478 if (nodeIdNameMap.get(nodeId)) { 479 return nodeIdNameMap.get(nodeId); 482 nodeIdNameMap.set(nodeId, generatedName);
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 190 for (auto &nodeId : cpuProfileArg.nodes) { in TraceEventUpdateCpuProfiler() local 191 struct CpuProfileNode &nodeInfo = profileInfo->nodes[nodeId - 1]; in TraceEventUpdateCpuProfiler()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 869 int32_t nodeId = sampData->data()->get()->GetNodeId(); in HWTEST_F_L0() local 870 ASSERT_TRUE(nodeId == sampleInfo.nodeId_); in HWTEST_F_L0()
|
| D | debugger_types_test.cpp | 1702 "size":"Test","nodeId":"Test","ordinal":"Test"}})"; in HWTEST_F_L0() 1708 "size":{"xx":"yy"},"nodeId":{"xx":"yy"},"ordinal":{"xx":"yy"}}})"; in HWTEST_F_L0() 1713 …msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"size":100,"nodeId":1,"ordinal… in HWTEST_F_L0() 1729 …msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"size":100,"nodeId":1,"ordinal… in HWTEST_F_L0() 1877 "samples":[{"size":100, "nodeId":1, "ordinal":10}] in HWTEST_F_L0() 1926 "samples":[{"size":100, "nodeId":1, "ordinal":10}] in HWTEST_F_L0()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 1748 SamplingHeapProfileSample &SetNodeId(int32_t nodeId) in SetNodeId() argument 1750 nodeId_ = nodeId; in SetNodeId()
|
| D | pt_types.cpp | 2069 int32_t nodeId; in Create() local 2070 ret = params.GetInt("nodeId", &nodeId); in Create() 2072 samplingHeapProfileSample->nodeId_ = nodeId; in Create()
|