Home | History | Annotate | Download | only in src

Lines Matching refs:OS

199   // allocator has not yet allocated from the OS and assigned to any space,
1545 obj = AllocateHeapNumber(OS::nan_value(), TENURED);
1742 static const DoubleRepresentation nan(OS::nan_value());
1754 ? AllocateHeapNumber(OS::nan_value(), pretenure)
3178 if (OS::IsOutsideAllocatedSpace(addr)) return false;
3196 if (OS::IsOutsideAllocatedSpace(addr)) return false;
4079 start_time_ = OS::TimeCurrentMillis();
4090 static_cast<int>(OS::TimeCurrentMillis() - start_time_));