Searched refs:AddCandidate (Results 1 – 3 of 3) sorted by relevance
384 void AddCandidate(SharedFunctionInfo* shared_info) { in AddCandidate() function391 void AddCandidate(JSFunction* function) { in AddCandidate() function
458 collector->code_flusher()->AddCandidate(shared); in VisitSharedFunctionInfo()519 collector->code_flusher()->AddCandidate(function); in VisitJSFunction()
3370 Added sanity check to CodeFlusher::AddCandidate.