Lines Matching refs:WARNING

392   UNIMPLEMENTED(WARNING);  in Park()
414 UNIMPLEMENTED(WARNING); in Unpark()
988 LOG(WARNING) << "Thread attaching while runtime is shutting down: " << in Attach()
1061 LOG(WARNING) << *Thread::Current() << " attached without supplying a name"; in Attach()
1384 UNIMPLEMENTED(WARNING); in GetCpuMicroTime()
1396 LOG(WARNING) << "Dumping thread list without holding mutator_lock_"; in UnsafeLogFatalForSuspendCount()
1402 LOG(WARNING) << "Dumping thread list without holding thread_list_lock_"; in UnsafeLogFatalForSuspendCount()
1903 PLOG(WARNING) << "sched_getscheduler(" << tid << ")"; in DumpState()
1907 PLOG(WARNING) << "sched_getparam(" << tid << ", &sp)"; in DumpState()
2196 LOG(WARNING) << "Native thread exiting without having called DetachCurrentThread (maybe it's " in ThreadExitCallback()
2375 LOG(WARNING) << "Calling MonitorExit on object " in VisitRoot()
3219 Dump(LOG_STREAM(WARNING)); // The pre-allocated OOME has no stack, so help out and log one. in ThrowNewWrappedException()
3289 LOG(WARNING) << "Throwing OutOfMemoryError " in ThrowOutOfMemoryError()
3298 Dump(LOG_STREAM(WARNING)); // The pre-allocated OOME has no stack, so help out and log one. in ThrowOutOfMemoryError()
3593 LOG(WARNING) << "Suppressing pending exception for retry-instruction/frame-pop: " in QuickDeliverException()
3606 LOG(WARNING) << "Got a deoptimization request on un-deoptimizable method " in QuickDeliverException()
4245 LOG(WARNING) << "Overwriting pending exception with async exception. Pending exception is: " in ObserveAsyncException()
4247 LOG(WARNING) << "Async exception is " << tlsPtr_.async_exception->Dump(); in ObserveAsyncException()
4336 LOG(WARNING) << message << "Suppressing old exception: " << old_suppressed->Dump(); in SuppressOldException()