Searched defs:InlinedFunctionInfo (Results 1 – 2 of 2) sorted by relevance
86 struct InlinedFunctionInfo { struct87 InlinedFunctionInfo(int parent_id, SourcePosition inline_position, in InlinedFunctionInfo() function93 int parent_id;94 SourcePosition inline_position;95 int script_id;96 int start_position;97 std::vector<size_t> deopt_pc_offsets;99 static const int kNoParentId = -1;
1137 ClonedCodeInfo InlinedFunctionInfo; in InlineFunction() local