Searched refs:CodeFlusher (Results 1 – 6 of 6) sorted by relevance
72 void CodeFlusher::AddCandidate(SharedFunctionInfo* shared_info) { in AddCandidate()80 void CodeFlusher::AddCandidate(JSFunction* function) { in AddCandidate()89 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) { in GetNextCandidateSlot()95 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate()101 void CodeFlusher::SetNextCandidate(JSFunction* candidate, in SetNextCandidate()107 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate()113 SharedFunctionInfo* CodeFlusher::GetNextCandidate( in GetNextCandidate()120 void CodeFlusher::SetNextCandidate(SharedFunctionInfo* candidate, in SetNextCandidate()126 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate()
26 class CodeFlusher; variable274 class CodeFlusher {276 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function315 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);524 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()869 CodeFlusher* code_flusher_;
254 code_flusher_ = new CodeFlusher(isolate()); in SetUp()962 void CodeFlusher::ProcessJSFunctionCandidates() { in ProcessJSFunctionCandidates()1012 void CodeFlusher::ProcessSharedFunctionInfoCandidates() { in ProcessSharedFunctionInfoCandidates()1048 void CodeFlusher::EvictCandidate(SharedFunctionInfo* shared_info) { in EvictCandidate()1081 void CodeFlusher::EvictCandidate(JSFunction* function) { in EvictCandidate()1119 void CodeFlusher::IteratePointersToFromSpace(ObjectVisitor* v) { in IteratePointersToFromSpace()
472 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
5930 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
14309 Added sanity check to CodeFlusher::AddCandidate.