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

  /external/v8/src/heap/
incremental-marking.cc 71 heap_->mark_compact_collector()->RecordSlot(obj, slot, value);
130 heap_->mark_compact_collector()->RecordCodeEntrySlot(
139 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
146 heap_->mark_compact_collector()->marking_deque()->Push(obj);
213 heap->mark_compact_collector()->marking_deque()->IsFull();
218 heap->mark_compact_collector()->marking_deque()->Unshift(object);
221 heap->mark_compact_collector()->UnshiftBlack(object);
247 heap->mark_compact_collector()->RecordSlot(object, p, target);
257 heap->mark_compact_collector()->RecordSlot(object, p, target);
498 if (!heap_->mark_compact_collector()->sweeping_in_progress())
    [all...]
remembered-set.cc 34 heap->mark_compact_collector()->FindBlackObjectBySlotSlow(addr);
65 heap->mark_compact_collector()->IsSlotInBlackObject(
objects-visiting.cc 181 heap->mark_compact_collector()->is_compacting();
194 MarkCompactCollector* collector = heap->mark_compact_collector();
305 MarkCompactCollector* collector = heap->mark_compact_collector();
332 heap->mark_compact_collector()->RecordSlot(context, head_slot, list_head);
objects-visiting-inl.h 211 heap->mark_compact_collector()->RecordCodeEntrySlot(object, entry_address,
223 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
239 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell);
253 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
274 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
286 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, target);
349 map->GetHeap()->mark_compact_collector()->RecordSlot(weak_cell, slot,
426 heap->mark_compact_collector()->RecordSlot(object, slot, obj);
439 code->MakeOlder(heap->mark_compact_collector()->marking_parity());
459 MarkCompactCollector* collector = heap->mark_compact_collector();
    [all...]
mark-compact.cc 78 CHECK(heap_->mark_compact_collector()->IsMarked(object));
853 heap_->mark_compact_collector()->embedder_heap_tracer()->AbortTracing();
860 heap_->mark_compact_collector()->embedder_heap_tracer()->TracePrologue();
997 isolate_->heap()->mark_compact_collector()->RecordCodeEntrySlot(
    [all...]
heap.cc     [all...]
scavenger.cc 250 map->GetHeap()->mark_compact_collector()->RecordCodeEntrySlot(
spaces.cc 55 ->mark_compact_collector()
397 MarkCompactCollector* mc = isolate_->heap()->mark_compact_collector();
    [all...]
heap.h 974 MarkCompactCollector* mark_compact_collector() { function in class:v8::internal::Heap
    [all...]
  /external/v8/test/cctest/heap/
heap-utils.cc 20 heap->mark_compact_collector()->EnsureSweepingCompleted();
115 i::MarkCompactCollector* collector = heap->mark_compact_collector();
151 if (heap->mark_compact_collector()->sweeping_in_progress()) {
152 heap->mark_compact_collector()->EnsureSweepingCompleted();
test-compaction.cc 62 heap->mark_compact_collector()->EnsureSweepingCompleted();
122 heap->mark_compact_collector()->EnsureSweepingCompleted();
204 heap->mark_compact_collector()->EnsureSweepingCompleted();
297 heap->mark_compact_collector()->EnsureSweepingCompleted();
test-heap.cc     [all...]
  /external/v8/src/ic/
ic-inl.h 80 heap->mark_compact_collector()->RecordCodeTargetPatch(address, target);
  /external/v8/src/
contexts.cc 472 CodeFlusher* flusher = GetHeap()->mark_compact_collector()->code_flusher();
frames.cc     [all...]
isolate.cc     [all...]
deoptimizer.cc 372 isolate->heap()->mark_compact_collector()->InvalidateCode(codes[i]);
    [all...]
objects-inl.h     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 390 milliseconds