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

  /external/v8/src/
incremental-marking.cc 71 heap_->mark_compact_collector()->RecordSlot(
131 heap_->mark_compact_collector()->
155 heap_->mark_compact_collector()->RecordRelocSlot(rinfo,
174 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, target);
187 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, Code::cast(target));
197 heap_->mark_compact_collector()->RecordRelocSlot(rinfo, Code::cast(target));
203 heap_->mark_compact_collector()->
217 heap_->mark_compact_collector()->RecordSlot(p, p, obj);
226 heap_->mark_compact_collector()->RecordSlot(start, p, obj);
519 heap_->mark_compact_collector()->StartCompaction
    [all...]
mark-compact.cc 83 ASSERT(HEAP->mark_compact_collector()->IsMarked(object));
811 isolate_->heap()->mark_compact_collector()->
849 isolate_->heap()->mark_compact_collector()->
1013 MarkObjectByPointer(heap->mark_compact_collector(), p, p);
    [all...]
heap.cc 467 mark_compact_collector()->SetFlags(kMakeHeapIterableMask |
476 mark_compact_collector()->SetFlags(kNoGCFlags);
507 !mark_compact_collector()->abort_incremental_marking_ &&
596 heap->mark_compact_collector()->SetFlags(Heap::kAbortIncrementalMarkingMask);
598 heap->mark_compact_collector()->SetFlags(Heap::kNoGCFlags);
    [all...]
spaces.cc 825 ASSERT(!heap()->mark_compact_collector()->in_use());
    [all...]
heap.h 1510 MarkCompactCollector* mark_compact_collector() { function in class:v8::internal::Heap
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 98 isolate->heap()->mark_compact_collector()->InvalidateCode(code);
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 195 isolate->heap()->mark_compact_collector()->InvalidateCode(code);
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 97 isolate->heap()->mark_compact_collector()->InvalidateCode(code);
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 101 isolate->heap()->mark_compact_collector()->InvalidateCode(code);
    [all...]

Completed in 311 milliseconds