Searched refs:GetNextCandidate (Results 1 – 3 of 3) sorted by relevance
73 if (GetNextCandidate(shared_info) == nullptr) { in AddCandidate()95 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate() function113 SharedFunctionInfo* CodeFlusher::GetNextCandidate( in GetNextCandidate() function
299 static inline JSFunction* GetNextCandidate(JSFunction* candidate);305 static inline SharedFunctionInfo* GetNextCandidate(
969 next_candidate = GetNextCandidate(candidate); in ProcessJSFunctionCandidates()1018 next_candidate = GetNextCandidate(candidate); in ProcessSharedFunctionInfoCandidates()1061 next_candidate = GetNextCandidate(shared_info); in EvictCandidate()1066 next_candidate = GetNextCandidate(candidate); in EvictCandidate()1069 next_candidate = GetNextCandidate(shared_info); in EvictCandidate()1099 next_candidate = GetNextCandidate(function); in EvictCandidate()1104 next_candidate = GetNextCandidate(candidate); in EvictCandidate()1107 next_candidate = GetNextCandidate(function); in EvictCandidate()1128 candidate = GetNextCandidate(*slot); in IteratePointersToFromSpace()