Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h279 struct FunctionInfo { struct
280 int functionId = 0;
281 std::string functionName = "";
282 std::string scriptName = "";
283 int scriptId = 0;
284 int columnNumber = 0;
285 int lineNumber = 0;