Home
last modified time | relevance | path

Searched refs:IsStarted (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/
Dart_field-inl.h57 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()
98 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()
108 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
119 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
127 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
Dscoped_thread_state_change-inl.h35 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dcommon_dex_operations.h51 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
Dfault_handler.cc176 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
Dinstrumentation.cc646 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
697 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
Dmonitor.cc474 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
477 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
Dthread.cc842 CHECK(runtime->IsStarted()); in CreatePeer()
915 CHECK(!runtime->IsStarted()); in CreateCompileTimePeer()
1925 CHECK(runtime->IsStarted()); in FinishStartup()
2674 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
2713 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
Druntime.h205 bool IsStarted() const { in IsStarted() function
Dart_method.cc319 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
Druntime.cc576 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked(); in IsSafeToCallAbort()
/art/runtime/ti/
Dagent.cc40 if (IsStarted()) { in DoLoadHelper()
76 CHECK(IsStarted()) << "Cannot find symbols in an unloaded agent library " << this; in FindSymbol()
Dagent.h49 bool IsStarted() const { in IsStarted() function
/art/runtime/jit/
Dprofile_saver.h45 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
Djit.cc339 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) { in StopProfileSaver()
353 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted()); in ~Jit()
Dprofile_saver.cc526 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
/art/runtime/interpreter/
Dinterpreter.cc292 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()
449 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
624 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
/art/runtime/gc/
Dreference_processor.cc271 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
Dheap-inl.h159 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/runtime/mirror/
Dobject.cc233 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Darray-inl.h193 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dclass-inl.h64 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/runtime/openjdkjvmti/
Dti_thread.cc117 gThreadCallback.started = runtime->IsStarted(); in Register()
DOpenjdkJvmTi.cc1715 if (runtime->IsStarted()) { in ArtPlugin_Initialize()
/art/compiler/driver/
Dcompiler_driver.cc396 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()
665 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
/art/compiler/jni/
Djni_compiler_test.cc285 if (!runtime_->IsStarted()) { in SetUpForTest()
1129 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()

12