Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h85 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()
Dmark-compact.h23 class CodeFlusher; variable
272 class CodeFlusher {
274 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function
313 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);
373 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()
777 CodeFlusher* code_flusher_;
Dmark-compact.cc254 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()
/external/v8/src/
Dcontexts.cc435 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dobjects-inl.h5873 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
/external/v8/
DChangeLog9454 Added sanity check to CodeFlusher::AddCandidate.