Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h72 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()
Dmark-compact.h26 class CodeFlusher; variable
274 class CodeFlusher {
276 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function
315 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);
524 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()
869 CodeFlusher* code_flusher_;
Dmark-compact.cc254 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()
/external/v8/src/
Dcontexts.cc472 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dobjects-inl.h5930 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
/external/v8/
DChangeLog14309 Added sanity check to CodeFlusher::AddCandidate.