Home
last modified time | relevance | path

Searched refs:nodeId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h34 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/
Dutil.ts477 const nodeId = ts.getNodeId(node); constant
478 if (nodeIdNameMap.get(nodeId)) {
479 return nodeIdNameMap.get(nodeId);
482 nodeIdNameMap.set(nodeId, generatedName);
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp869 int32_t nodeId = sampData->data()->get()->GetNodeId(); in HWTEST_F_L0() local
870 ASSERT_TRUE(nodeId == sampleInfo.nodeId_); in HWTEST_F_L0()
Ddebugger_types_test.cpp1702 "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/
Dpt_types.h1714 SamplingHeapProfileSample &SetNodeId(int32_t nodeId) in SetNodeId() argument
1716 nodeId_ = nodeId; in SetNodeId()
Dpt_types.cpp2003 int32_t nodeId; in Create() local
2004 ret = params.GetInt("nodeId", &nodeId); in Create()
2006 samplingHeapProfileSample->nodeId_ = nodeId; in Create()