HomeSort by relevance Sort by last modified time
    Searched refs:CodeFlusher (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
mark-compact-inl.h 74 void CodeFlusher::AddCandidate(SharedFunctionInfo* shared_info) {
82 void CodeFlusher::AddCandidate(JSFunction* function) {
91 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) {
97 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) {
103 void CodeFlusher::SetNextCandidate(JSFunction* candidate,
109 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) {
115 SharedFunctionInfo* CodeFlusher::GetNextCandidate(
122 void CodeFlusher::SetNextCandidate(SharedFunctionInfo* candidate,
128 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) {
mark-compact.h 29 class CodeFlusher;
186 // CodeFlusher collects candidates for code flushing during marking and
195 class CodeFlusher {
197 explicit CodeFlusher(Isolate* isolate)
236 DISALLOW_COPY_AND_ASSIGN(CodeFlusher);
458 CodeFlusher* code_flusher() { return code_flusher_; }
752 CodeFlusher* code_flusher_;
mark-compact.cc 246 code_flusher_ = new CodeFlusher(isolate());
915 void CodeFlusher::ProcessJSFunctionCandidates() {
965 void CodeFlusher::ProcessSharedFunctionInfoCandidates() {
    [all...]
  /external/v8/src/
contexts.cc 440 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher();
objects-inl.h     [all...]

Completed in 1018 milliseconds