Searched refs:IsStarted (Results 1 – 25 of 29) sorted by relevance
12
96 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()106 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()116 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()126 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()139 !Runtime::Current()->IsStarted()); in GetObj()150 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()161 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \169 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
220 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()443 if (runtime->IsStarted() && runtime->GetThreadList() != nullptr) { in RemoveGeneratedCodeRange()
89 if (UNLIKELY(!Runtime::Current()->IsStarted())) { in PerformCall()
1098 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()1149 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
660 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()663 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
1122 CHECK(runtime->IsStarted()); in CreatePeer()1187 CHECK(!runtime->IsStarted()); in CreateCompileTimePeer()2445 CHECK(runtime->IsStarted()); in FinishStartup()3613 DCHECK_IMPLIES(runtime->IsStarted(), exception_class->IsThrowableClass()); in ThrowNewWrappedException()3653 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
361 /* create_peer= */ IsStarted(), in ~Runtime()683 if (current != nullptr && current->IsStarted() && !current->IsShuttingDownUnsafe()) { in Abort()931 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked(); in IsSafeToCallAbort()
387 if (UNLIKELY(!runtime->IsStarted() || in Invoke()
266 bool IsStarted() const { in IsStarted() function
316 DCHECK_IMPLIES(Runtime::Current()->IsStarted(), (new_runtime_name) != nullptr); \ in InitStringEntryPoints()
48 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
289 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver()303 DCHECK_IMPLIES(options_->GetSaveProfilingInfo(), !ProfileSaver::IsStarted()); in ~Jit()
1112 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
157 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
246 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
68 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
382 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
219 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
270 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
437 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()603 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
73 if (!Runtime::Current()->IsStarted()) { in ShouldStayInSwitchInterpreter()
157 gThreadCallback.started = runtime->IsStarted(); in Register()
1454 if (runtime->IsStarted()) { in ArtPlugin_Initialize()
297 if (!runtime_->IsStarted()) { in SetUpForTest()1303 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()