Searched refs:IsStarted (Results 1 – 25 of 28) 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()); \
38 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
63 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
180 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
719 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()770 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
610 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()613 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
207 bool IsStarted() const { in IsStarted() function
885 CHECK(runtime->IsStarted()); in CreatePeer()958 CHECK(!runtime->IsStarted()); in CreateCompileTimePeer()2047 CHECK(runtime->IsStarted()); in FinishStartup()3018 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()3057 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
340 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
310 /* Create peer */ IsStarted()); in ~Runtime()643 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked(); in IsSafeToCallAbort()
46 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
370 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) { in StopProfileSaver()384 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted()); in ~Jit()
770 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
309 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()469 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()635 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
1219 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() || in DoCallCommon()
272 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
167 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
234 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
192 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
66 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
115 gThreadCallback.started = runtime->IsStarted(); in Register()
1534 if (runtime->IsStarted()) { in ArtPlugin_Initialize()
288 if (!runtime_->IsStarted()) { in SetUpForTest()1131 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
353 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()681 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
4371 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_) in GetMethodIdxOfInvoke()4388 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in GetFieldIdxOfFieldAccess()