Searched refs:flusher (Results 1 – 4 of 4) sorted by relevance
307 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction() local308 flusher->EvictCandidate(function); in AddOptimizedFunction()
5648 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode() local5649 flusher->EvictCandidate(this); in ReplaceCode()
9246 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ClearOptimizedCodeMap() local9247 flusher->EvictOptimizedCodeMap(this); in ClearOptimizedCodeMap()
3249 Fixed code flusher disabling while marking incrementally.3316 Fixed corner case when JSFunction is evicted from flusher.3465 Fixed candidate eviction in code flusher.3573 Fixed disabling of code flusher while marking. (Chromium issue 159140)