Home | History | Annotate | Download | only in src

Lines Matching refs:candidate

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