HomeSort by relevance Sort by last modified time
    Searched refs:ClearNextCandidate (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
mark-compact-inl.h 109 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) {
128 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) {
mark-compact.h 223 static inline void ClearNextCandidate(JSFunction* candidate,
230 static inline void ClearNextCandidate(SharedFunctionInfo* candidate);
mark-compact.cc 923 ClearNextCandidate(candidate, undefined);
972 ClearNextCandidate(candidate);
    [all...]

Completed in 67 milliseconds