Searched refs:IsStarted (Results 1 – 22 of 22) sorted by relevance
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()97 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()107 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()117 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
205 DCHECK(!Runtime::Current()->IsStarted()); in GetQuickOatCodeOffset()212 DCHECK(!Runtime::Current()->IsStarted()); in GetPortableOatCodeOffset()218 DCHECK(!Runtime::Current()->IsStarted()); in SetQuickOatCodeOffset()224 DCHECK(!Runtime::Current()->IsStarted()); in SetPortableOatCodeOffset()
202 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
282 if (UNLIKELY(!runtime->IsStarted())) { in Invoke()
155 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
54 DCHECK(IsLoaded() || IsErroneous() || !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
220 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
131 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
41 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
629 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()637 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()673 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
170 bool IsStarted() const { in IsStarted() function
304 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()307 LOG(Runtime::Current()->IsStarted() ? INFO : ERROR) in ThrowIllegalMonitorStateExceptionF()
425 CHECK(runtime->IsStarted()); in CreatePeer()1087 CHECK(runtime->IsStarted()); in FinishStartup()1694 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()1736 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
1330 CHECK(!IsStarted()); in SetCompileTimeClassPath()
2553 if (!runtime->IsStarted() || runtime->UseCompileTimeClassPath()) { in FixupStaticTrampolines()2758 if (Runtime::Current()->IsStarted() in LoadClass()
596 if (runtime->IsStarted()) { in FindClass()
485 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()571 CHECK(!Runtime::Current()->IsStarted()); in artInterpreterToInterpreterBridge()
644 if (LIKELY(Runtime::Current()->IsStarted())) { in DoCall()
385 CHECK(!Runtime::Current()->IsStarted()); in CompilerDriver()509 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()550 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
94 if (!runtime_->IsStarted()) { in SetUpForTest()740 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
3382 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyInvokeVirtualQuickArgs()3885 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyQuickFieldAccess()