Home | History | Annotate | Download | only in runtime

Lines Matching refs:CHECK

139   CHECK(instance_ == NULL || instance_ == this);
373 // gLogVerbosity.class_linker = true; // TODO: don't check this in!
374 // gLogVerbosity.compiler = true; // TODO: don't check this in!
375 // gLogVerbosity.verifier = true; // TODO: don't check this in!
376 // gLogVerbosity.heap = true; // TODO: don't check this in!
377 // gLogVerbosity.gc = true; // TODO: don't check this in!
378 // gLogVerbosity.jdwp = true; // TODO: don't check this in!
379 // gLogVerbosity.jni = true; // TODO: don't check this in!
380 // gLogVerbosity.monitor = true; // TODO: don't check this in!
381 // gLogVerbosity.startup = true; // TODO: don't check this in!
382 // gLogVerbosity.third_party_jni = true; // TODO: don't check this in!
383 // gLogVerbosity.threads = true; // TODO: don't check this in!
678 CHECK(Runtime::Current()->GetClassLinker()->EnsureInitialized(class_loader_class, true, true));
682 CHECK(getSystemClassLoader != NULL);
688 CHECK(class_loader != NULL);
692 CHECK(system_class_loader.get() != NULL);
697 CHECK(Runtime::Current()->GetClassLinker()->EnsureInitialized(thread_class, true, true));
701 CHECK(contextClassLoader != NULL);
711 CHECK(host_prefix_.empty()) << host_prefix_;
904 CHECK(self != NULL);
916 CHECK(options->boot_class_path_ != NULL);
920 CHECK(class_linker_ != NULL);
983 CHECK(main_thread_group_ != NULL || IsCompiler());
987 CHECK(system_thread_group_ != NULL || IsCompiler());
991 CHECK(main_thread_group_ != NULL || IsCompiler());
996 CHECK(system_thread_group_ != NULL || IsCompiler());
1001 CHECK(system_class_loader_ != NULL || IsCompiler());
1273 CHECK
1275 CHECK(it != compile_time_class_paths_.end());
1280 CHECK(!IsStarted());