Searched refs:IsStarted (Results 1 – 25 of 29) sorted by relevance
12
57 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()); \
35 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
51 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
176 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
646 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()697 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
474 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()477 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
842 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()
205 bool IsStarted() const { in IsStarted() function
319 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
576 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked(); in IsSafeToCallAbort()
40 if (IsStarted()) { in DoLoadHelper()76 CHECK(IsStarted()) << "Cannot find symbols in an unloaded agent library " << this; in FindSymbol()
49 bool IsStarted() const { in IsStarted() function
45 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
339 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) { in StopProfileSaver()353 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted()); in ~Jit()
526 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
292 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()449 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()624 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
271 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
159 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
233 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
193 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
64 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
117 gThreadCallback.started = runtime->IsStarted(); in Register()
1715 if (runtime->IsStarted()) { in ArtPlugin_Initialize()
396 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()665 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
285 if (!runtime_->IsStarted()) { in SetUpForTest()1129 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()