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

  /external/v8/src/heap/
mark-compact-inl.h 75 if (GetNextCandidate(shared_info) == nullptr) {
97 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) {
115 SharedFunctionInfo* CodeFlusher::GetNextCandidate(
mark-compact.h 220 static inline JSFunction* GetNextCandidate(JSFunction* candidate);
226 static inline SharedFunctionInfo* GetNextCandidate(
mark-compact.cc 922 next_candidate = GetNextCandidate(candidate);
971 next_candidate = GetNextCandidate(candidate);
    [all...]

Completed in 67 milliseconds