Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dmark-compact.h20 class CodeFlusher; variable
376 class CodeFlusher {
378 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function
488 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);
545 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()
884 CodeFlusher* code_flusher_;
Dmark-compact.cc1026 void CodeFlusher::ProcessJSFunctionCandidates() { in ProcessJSFunctionCandidates()
1071 void CodeFlusher::ProcessSharedFunctionInfoCandidates() { in ProcessSharedFunctionInfoCandidates()
1103 void CodeFlusher::ProcessOptimizedCodeMaps() { in ProcessOptimizedCodeMaps()
1151 void CodeFlusher::EvictCandidate(SharedFunctionInfo* shared_info) { in EvictCandidate()
1184 void CodeFlusher::EvictCandidate(JSFunction* function) { in EvictCandidate()
1221 void CodeFlusher::EvictOptimizedCodeMap(SharedFunctionInfo* code_map_holder) { in EvictOptimizedCodeMap()
1258 void CodeFlusher::EvictJSFunctionCandidates() { in EvictJSFunctionCandidates()
1270 void CodeFlusher::EvictSharedFunctionInfoCandidates() { in EvictSharedFunctionInfoCandidates()
1282 void CodeFlusher::EvictOptimizedCodeMaps() { in EvictOptimizedCodeMaps()
1294 void CodeFlusher::IteratePointersToFromSpace(ObjectVisitor* v) { in IteratePointersToFromSpace()
[all …]
/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()
/external/chromium_org/v8/
DChangeLog3370 Added sanity check to CodeFlusher::AddCandidate.