Home | History | Annotate | Download | only in src

Lines Matching refs:before

299     ReportHeapStatistics("Before GC");
364 // Similar to the before GC, we use some complicated logic to ensure that
2421 // The -0 value must be set before NumberFromDouble works.
3370 // Allocate ByteArray before the Code object, so that we do not risk
3456 // Allocate ByteArray before the Code object, so that we do not risk
3758 // so that object accesses before the constructor completes (e.g. in the
4964 // Before doing the mark-sweep collections we clear the
5140 uintptr_t before = reinterpret_cast<intptr_t>(accessors->getter());
5142 ((before & ~kSmiTagMask) | kSmiTag) :
5143 ((before & ~kHeapObjectTag) | kHeapObjectTag);
5144 CHECK(before != after);
5284 // fix the pointers before the promotion queue gets to them. Thus the 'if'.
5730 if (!map->IsHeapObject()) return; // visited before
6495 if (!map->IsHeapObject()) return; // visited before