Searched refs:CodeFlusher (Results 1 – 6 of 6) sorted by relevance
74 void CodeFlusher::AddCandidate(SharedFunctionInfo* shared_info) { in AddCandidate()82 void CodeFlusher::AddCandidate(JSFunction* function) { in AddCandidate()91 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) { in GetNextCandidateSlot()97 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate()103 void CodeFlusher::SetNextCandidate(JSFunction* candidate, in SetNextCandidate()109 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate()115 SharedFunctionInfo* CodeFlusher::GetNextCandidate( in GetNextCandidate()122 void CodeFlusher::SetNextCandidate(SharedFunctionInfo* candidate, in SetNextCandidate()128 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate()
29 class CodeFlusher; variable195 class CodeFlusher {197 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function236 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);458 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()752 CodeFlusher* code_flusher_;
246 code_flusher_ = new CodeFlusher(isolate()); in SetUp()915 void CodeFlusher::ProcessJSFunctionCandidates() { in ProcessJSFunctionCandidates()965 void CodeFlusher::ProcessSharedFunctionInfoCandidates() { in ProcessSharedFunctionInfoCandidates()1001 void CodeFlusher::EvictCandidate(SharedFunctionInfo* shared_info) { in EvictCandidate()1034 void CodeFlusher::EvictCandidate(JSFunction* function) { in EvictCandidate()1072 void CodeFlusher::IteratePointersToFromSpace(ObjectVisitor* v) { in IteratePointersToFromSpace()
440 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
6263 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
20584 Added sanity check to CodeFlusher::AddCandidate.