Searched refs:CodeFlusher (Results 1 – 6 of 6) sorted by relevance
85 void CodeFlusher::AddCandidate(SharedFunctionInfo* shared_info) { in AddCandidate()93 void CodeFlusher::AddCandidate(JSFunction* function) { in AddCandidate()102 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) { in GetNextCandidateSlot()108 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate()114 void CodeFlusher::SetNextCandidate(JSFunction* candidate, in SetNextCandidate()120 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate()126 SharedFunctionInfo* CodeFlusher::GetNextCandidate( in GetNextCandidate()133 void CodeFlusher::SetNextCandidate(SharedFunctionInfo* candidate, in SetNextCandidate()139 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate()
23 class CodeFlusher; variable272 class CodeFlusher {274 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function313 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);373 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()777 CodeFlusher* code_flusher_;
254 code_flusher_ = new CodeFlusher(isolate()); in SetUp()965 void CodeFlusher::ProcessJSFunctionCandidates() { in ProcessJSFunctionCandidates()1015 void CodeFlusher::ProcessSharedFunctionInfoCandidates() { in ProcessSharedFunctionInfoCandidates()1051 void CodeFlusher::EvictCandidate(SharedFunctionInfo* shared_info) { in EvictCandidate()1084 void CodeFlusher::EvictCandidate(JSFunction* function) { in EvictCandidate()1121 void CodeFlusher::IteratePointersToFromSpace(ObjectVisitor* v) { in IteratePointersToFromSpace()
435 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
5873 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
9454 Added sanity check to CodeFlusher::AddCandidate.