Home
last modified time | relevance | path

Searched refs:ClearNextCandidate (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact-inl.h85 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate() function
104 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate() function
Dmark-compact.h293 static inline void ClearNextCandidate(JSFunction* candidate,
300 static inline void ClearNextCandidate(SharedFunctionInfo* candidate);
Dmark-compact.cc902 ClearNextCandidate(candidate, undefined); in ProcessJSFunctionCandidates()
956 ClearNextCandidate(candidate); in ProcessSharedFunctionInfoCandidates()
1003 ClearNextCandidate(shared_info); in EvictCandidate()
1011 ClearNextCandidate(shared_info); in EvictCandidate()
1041 ClearNextCandidate(function, undefined); in EvictCandidate()
1049 ClearNextCandidate(function, undefined); in EvictCandidate()