Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.h71 struct FunctionInfo { struct
88 [[nodiscard]] ir::ScriptFunction *MakeFunction(FunctionInfo &&functionInfo); argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h304 struct FunctionInfo { struct
305 int functionId = 0;
306 std::string functionName = "";
307 std::string scriptName = "";
308 int scriptId = 0;
309 int columnNumber = 0;
310 int lineNumber = 0;