Home | History | Annotate | Download | only in src

Lines Matching full:candidate

1225 // Returns true if an instance of candidate were inlined into function's code.
1226 static bool IsInlined(JSFunction* function, SharedFunctionInfo* candidate) {
1243 if (inlined->shared() == candidate) return true;