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.h44 struct FunctionInfo { struct
52 [[nodiscard]] ir::ScriptFunction *MakeFunction(FunctionInfo &&functionInfo); argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h299 struct FunctionInfo { struct
300 int functionId = 0;
301 std::string functionName = "";
302 std::string scriptName = "";
303 int scriptId = 0;
304 int columnNumber = 0;
305 int lineNumber = 0;