Searched refs:IsStarted (Results 1 – 25 of 26) sorted by relevance
12
65 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()75 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()85 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()95 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()105 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()115 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()126 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \135 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
43 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
158 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
258 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
641 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()684 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
446 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()449 LOG(Runtime::Current()->IsStarted() ? INFO : ERROR) in ThrowIllegalMonitorStateExceptionF()
217 bool IsStarted() const { in IsStarted() function
810 CHECK(runtime->IsStarted()); in CreatePeer()1584 CHECK(runtime->IsStarted()); in FinishStartup()2296 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()2335 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
1782 if (ProfileSaver::IsStarted()) { in NotifyDexLoaded()
616 if (!runtime_->IsStarted()) { in SetUpForTest()
345 if (runtime->IsStarted()) { in FindClass()
45 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
319 if (save_profiling_info_ && ProfileSaver::IsStarted()) { in StopProfileSaver()333 DCHECK(!save_profiling_info_ || !ProfileSaver::IsStarted()); in ~Jit()
481 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
63 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
206 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
187 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
56 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
242 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
161 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
321 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()478 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()651 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
751 if (LIKELY(Runtime::Current()->IsStarted())) { in DoCallCommon()
472 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()672 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
93 if (!runtime_->IsStarted()) { in SetUpForTest()719 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
4171 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_) in VerifyInvokeVirtualQuickArgs()4762 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyQuickFieldAccess()