Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting-inl.h467 collector->code_flusher()->AddCandidate(shared); in VisitSharedFunctionInfo()
491 collector->code_flusher()->AddCandidate(function); in VisitJSFunction()
Dmark-compact.h373 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher() function
Dheap.cc1712 collector->code_flusher()->IteratePointersToFromSpace(&scavenge_visitor); in Scavenge()
/external/v8/src/
Dcontexts.cc435 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dobjects-inl.h5873 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()