Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h73 if (GetNextCandidate(shared_info) == nullptr) { in AddCandidate()
95 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate() function
113 SharedFunctionInfo* CodeFlusher::GetNextCandidate( in GetNextCandidate() function
Dmark-compact.h299 static inline JSFunction* GetNextCandidate(JSFunction* candidate);
305 static inline SharedFunctionInfo* GetNextCandidate(
Dmark-compact.cc969 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()