Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact-inl.h74 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()
Dmark-compact.h29 class CodeFlusher; variable
195 class CodeFlusher {
197 explicit CodeFlusher(Isolate* isolate) in CodeFlusher() function
236 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);
458 CodeFlusher* code_flusher() { return code_flusher_; } in code_flusher()
752 CodeFlusher* code_flusher_;
Dmark-compact.cc246 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()
/external/v8/src/
Dcontexts.cc440 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in AddOptimizedFunction()
Dobjects-inl.h6263 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher(); in ReplaceCode()
/external/v8/
DChangeLog20584 Added sanity check to CodeFlusher::AddCandidate.