Home | History | Annotate | Download | only in src

Lines Matching refs:function_index

1108     int function_index = FindFunctionInFrame(frame, function);
1109 if (function_index < 0) continue;
1111 if (function_index > 0) {
1116 return ArgumentsForInlinedFunction(frame, function, function_index);