Home | History | Annotate | Download | only in runtime

Lines Matching refs:CHECK

147     // Check that if we got here we cannot be shutting down (as shutdown should never have started
149 CHECK(!runtime->IsShuttingDown());
157 CHECK(self->jpeer_ != NULL);
188 // Sanity check that if we have a result it is either suspended or we hold the thread_list_lock_
230 CHECK(java_peer != NULL);
293 // we can handshake with the corresponding native thread when it's ready.) Check this native
295 CHECK(Thread::Current() == NULL);
304 CHECK(is_started_);
358 CHECK(runtime->IsStarted());
370 CHECK(IsExceptionPending());
434 // If we're the main thread, check whether we were run with an unlimited stack. In that case,
466 // Sanity check.
567 CHECK(checkpoint_function_ != NULL);
574 CHECK(!ReadFlag(kCheckpointRequest)) << "Already have a pending checkpoint request";
588 ATRACE_BEGIN("Full suspend check");
868 // We don't just check kNative because native methods will be in state kSuspended if they're
877 // IsSuspended check is therefore racy with the use for dumping (normally we inhibit
879 // No point dumping for an abort in debug builds where we'll hit the not suspended check in stack.
899 CHECK(is_started_);
908 CHECK(!is_started_);
925 // Double-check the TLS slot allocation.
933 CHECK(runtime->IsStarted());
943 CHECK(is_started_);
998 // You might think you can check whether the state is kStarting, but for much of thread startup,
1000 // You might think you can check whether the peer is NULL, but the peer is actually created and
1175 // Check if this is a local reference in the SIRT
1310 CHECK(last_no_suspend_cause == NULL) << last_no_suspend_cause;
1373 CHECK(trace->Get(i) != NULL);
1430 CHECK(descriptor != nullptr);
1445 CHECK(method_name != NULL);
1510 CHECK(IsExceptionPending());
1530 CHECK(IsExceptionPending()); // OOME.
1548 CHECK(exception_init_method != NULL) << "No <init>" << signature << " in "
1811 CHECK(code_item != NULL);
1856 CHECK(!is_deoptimization_);
1928 CHECK(exception != NULL);
2035 CHECK(gc_map != NULL) << PrettyMethod(m);
2059 CHECK(native_gc_map != NULL) << PrettyMethod(m);