Home
last modified time | relevance | path

Searched refs:code_flusher (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
Dobjects-visiting-inl.h467 collector->code_flusher()->AddOptimizedCodeMap(shared); in VisitSharedFunctionInfo()
480 collector->code_flusher()->AddCandidate(shared); in VisitSharedFunctionInfo()
541 collector->code_flusher()->AddCandidate(function); in VisitJSFunction()
Dcontexts.cc265 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dmark-compact.h568 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher() function
Dheap.cc1538 collector->code_flusher()->IteratePointersToFromSpace(&scavenge_visitor); in Scavenge()
Dobjects-inl.h5447 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
Dobjects.cc9860 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ClearOptimizedCodeMap()