Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h107 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate() function
126 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate() function
Dmark-compact.h302 static inline void ClearNextCandidate(JSFunction* candidate,
309 static inline void ClearNextCandidate(SharedFunctionInfo* candidate);
Dmark-compact.cc970 ClearNextCandidate(candidate, undefined); in ProcessJSFunctionCandidates()
1019 ClearNextCandidate(candidate); in ProcessSharedFunctionInfoCandidates()
1063 ClearNextCandidate(shared_info); in EvictCandidate()
1071 ClearNextCandidate(shared_info); in EvictCandidate()
1101 ClearNextCandidate(function, undefined); in EvictCandidate()
1109 ClearNextCandidate(function, undefined); in EvictCandidate()