Home | History | Annotate | Download | only in heap

Lines Matching defs:Start

244                                    Object** start, Object** end)) {
245 for (Object** p = start; p < end; p++) {
292 void VisitPointers(Object** start, Object** end) override {
293 for (Object** p = start; p < end; p++) MarkObjectByPointer(p);
395 // Only start incremental marking in a safe state: 1) when incremental
440 void IncrementalMarking::Start(GarbageCollectionReason gc_reason) {
447 "[IncrementalMarking] Start (%s): old generation %dMB, limit %dMB, "
480 "[IncrementalMarking] Start sweeping.\n");
495 incremental_marking_job()->Start(heap_);
501 // Black allocation currently starts when we start incremental marking,
503 // have to delay the start of incremental marking in that case.
506 "[IncrementalMarking] Start delayed - serializer\n");
512 "[IncrementalMarking] Start marking\n");
550 // Ready to start incremental marking.
716 double start = heap_->MonotonicallyIncreasingTimeInMs();
747 double delta = end - start;
889 double start = 0.0;
891 start = heap_->MonotonicallyIncreasingTimeInMs();
902 double delta = end - start;
1135 double start = heap_->MonotonicallyIncreasingTimeInMs();
1169 double duration = (end - start);