Searched refs:flusher (Results 1 – 3 of 3) sorted by relevance
472 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction() local473 flusher->EvictCandidate(function); in AddOptimizedFunction()
5930 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode() local5931 flusher->EvictCandidate(this); in ReplaceCode()
14188 Fixed code flusher disabling while marking incrementally.14255 Fixed corner case when JSFunction is evicted from flusher.14404 Fixed candidate eviction in code flusher.14512 Fixed disabling of code flusher while marking. (Chromium issue 159140)