Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dobjects-visiting-inl.h445 collector->code_flusher()->AddOptimizedCodeMap(shared); in VisitSharedFunctionInfo()
458 collector->code_flusher()->AddCandidate(shared); in VisitSharedFunctionInfo()
519 collector->code_flusher()->AddCandidate(function); in VisitJSFunction()
Dmark-compact.h545 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher() function
Dheap.cc1508 collector->code_flusher()->IteratePointersToFromSpace(&scavenge_visitor); in Scavenge()
/external/chromium_org/v8/src/
Dcontexts.cc307 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dobjects-inl.h5648 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
Dobjects.cc9246 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ClearOptimizedCodeMap()