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.h468 collector->code_flusher()->AddCandidate(shared); in VisitSharedFunctionInfo()
495 collector->code_flusher()->AddCandidate(function); in VisitJSFunction()
Dmark-compact.h524 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher() function
Dheap.cc1709 collector->code_flusher()->IteratePointersToFromSpace(&scavenge_visitor); in Scavenge()
/external/v8/src/
Dcontexts.cc472 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dobjects-inl.h5930 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()