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()
206 DCHECK(!Runtime::Current()->IsStarted()); in GetQuickOatCodeOffset()213 DCHECK(!Runtime::Current()->IsStarted()); in GetPortableOatCodeOffset()219 DCHECK(!Runtime::Current()->IsStarted()); in SetQuickOatCodeOffset()225 DCHECK(!Runtime::Current()->IsStarted()); in SetPortableOatCodeOffset()290 DCHECK(!Runtime::Current()->IsStarted()); in SetOatNativeGcMapOffset()295 DCHECK(!Runtime::Current()->IsStarted()); in GetOatNativeGcMapOffset()
197 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
303 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()
122 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()
166 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()
417 CHECK(runtime->IsStarted()); in CreatePeer()1049 CHECK(runtime->IsStarted()); in FinishStartup()1657 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()1699 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
1327 CHECK(!IsStarted()); in SetCompileTimeClassPath()
2517 if (!runtime->IsStarted() || runtime->UseCompileTimeClassPath()) { in FixupStaticTrampolines()2721 if (Runtime::Current()->IsStarted() in LoadClass()
598 if (runtime->IsStarted()) { in FindClass()
484 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()554 CHECK(!Runtime::Current()->IsStarted()); in artInterpreterToInterpreterBridge()
644 if (LIKELY(Runtime::Current()->IsStarted())) { in DoCall()
374 CHECK(!Runtime::Current()->IsStarted()); in CompilerDriver()509 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()549 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
3327 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyInvokeVirtualQuickArgs()3843 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyIGetQuick()3903 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyIPutQuick()
94 if (!runtime_->IsStarted()) { in SetUpForTest()740 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()