Searched refs:IsStarted (Results 1 – 25 of 25) sorted by relevance
63 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()73 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()83 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()93 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()104 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()114 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()125 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \133 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
66 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
179 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
614 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()617 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
266 DCHECK(!Runtime::Current()->IsStarted() || (new_runtime_name) != nullptr); \ in InitStringEntryPoints()
219 bool IsStarted() const { in IsStarted() function
325 if (UNLIKELY(!runtime->IsStarted() || in Invoke()
46 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
336 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver()350 DCHECK(!options_->GetSaveProfilingInfo() || !ProfileSaver::IsStarted()); in ~Jit()
808 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
156 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
237 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
67 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
331 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()498 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()675 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
233 DCHECK(Runtime::Current()->IsStarted()); in DoInvoke()
1556 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() || in DoCallCommon()
178 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
300 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
168 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
150 runtime->IsStarted() && in CanUseMterp()
155 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()
661 if (runtime->IsStarted()) { in FindClass()