Lines Matching refs:OS
3961 double value = StringToDouble(str, ALLOW_TRAILING_JUNK, OS::nan_value());
5494 // the OS time.
5495 double millis = floor(OS::TimeCurrentMillis());
5535 const char* zone = OS::LocalTimezone(x);
5544 return Heap::NumberFromDouble(OS::LocalTimeOffset());
5553 return Heap::NumberFromDouble(OS::DaylightSavingsOffset(x));
7166 ScopedVector<OS::StackFrame> frames(kMaxCFramesSize);
7167 int frames_count = OS::StackWalk(frames);
7168 if (frames_count == OS::kStackWalkError) {
8184 OS::PrintError("abort: %s\n", reinterpret_cast<char*>(args[0]) +
8187 OS::Abort();