Searched refs:nodeId (Results 1 – 6 of 6) 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/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 | 1714 SamplingHeapProfileSample &SetNodeId(int32_t nodeId) in SetNodeId() argument 1716 nodeId_ = nodeId; in SetNodeId()
|
| D | pt_types.cpp | 2003 int32_t nodeId; in Create() local 2004 ret = params.GetInt("nodeId", &nodeId); in Create() 2006 samplingHeapProfileSample->nodeId_ = nodeId; in Create()
|