Searched refs:IsStarted (Results 1 - 25 of 28) sorted by relevance

12

/art/runtime/
H A Dart_field-inl.h57 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
98 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
108 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted());
119 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
127 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
H A Dscoped_thread_state_change-inl.h38 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
H A Dcommon_dex_operations.h63 if (LIKELY(Runtime::Current()->IsStarted())) {
H A Dfault_handler.cc180 DCHECK(Runtime::Current()->IsStarted());
H A Dinstrumentation.cc719 if (runtime->IsStarted()) {
770 if (runtime->IsStarted()) {
H A Dmonitor.cc610 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) {
613 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR)
H A Dthread.cc885 CHECK(runtime->IsStarted());
958 CHECK(!runtime->IsStarted());
2047 CHECK(runtime->IsStarted());
3018 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass());
3057 if (UNLIKELY(!runtime->IsStarted())) {
H A Dart_method.cc340 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) {
H A Druntime.h207 bool IsStarted() const { function in class:art::verifier::VerifyMode
H A Druntime.cc310 /* Create peer */ IsStarted());
643 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked();
/art/runtime/jit/
H A Dprofile_saver.h46 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
H A Djit.cc370 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) {
384 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted());
H A Dprofile_saver.cc770 bool ProfileSaver::IsStarted() { function in class:art::ProfileSaver
/art/runtime/gc/
H A Dreference_processor.cc272 if (LIKELY(Runtime::Current()->IsStarted())) {
H A Dheap-inl.h167 if (kIsDebugBuild && Runtime::Current()->IsStarted()) {
/art/runtime/mirror/
H A Dobject.cc234 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() ||
H A Darray-inl.h192 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) {
H A Dclass-inl.h66 !Runtime::Current()->IsStarted()) << IsLoaded();
778 // DCHECK(!Runtime::Current()->IsStarted() || IsInitializing()) << PrettyClass();
/art/runtime/interpreter/
H A Dinterpreter.cc309 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) {
469 if (!Runtime::Current()->IsStarted()) {
635 CHECK(!Runtime::Current()->IsStarted());
H A Dinterpreter_common.cc1219 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() ||
/art/openjdkjvmti/
H A Dti_thread.cc115 gThreadCallback.started = runtime->IsStarted();
H A DOpenjdkJvmTi.cc1534 if (runtime->IsStarted()) {
/art/compiler/driver/
H A Dcompiler_driver.cc353 DCHECK(!Runtime::Current()->IsStarted());
681 DCHECK(!Runtime::Current()->IsStarted());
/art/compiler/jni/
H A Djni_compiler_test.cc288 if (!runtime_->IsStarted()) {
1131 ASSERT_FALSE(runtime_->IsStarted());
/art/runtime/verifier/
H A Dmethod_verifier.cc4371 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_)
4388 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_);

Completed in 351 milliseconds

12