Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc472 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction() local
473 flusher->EvictCandidate(function); in AddOptimizedFunction()
Dobjects-inl.h5930 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode() local
5931 flusher->EvictCandidate(this); in ReplaceCode()
/external/v8/
DChangeLog14188 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)