Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h89 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) { in GetNextCandidateSlot() function
Dmark-compact.h298 static inline JSFunction** GetNextCandidateSlot(JSFunction* candidate);
Dmark-compact.cc1129 slot = GetNextCandidateSlot(*slot); in IteratePointersToFromSpace()