Home
last modified time | relevance | path

Searched refs:IsStarted (Results 1 – 25 of 29) sorted by relevance

12

/art/runtime/
Dart_field-inl.h96 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()); \
Dscoped_thread_state_change-inl.h39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dfault_handler.cc220 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
443 if (runtime->IsStarted() && runtime->GetThreadList() != nullptr) { in RemoveGeneratedCodeRange()
Dcommon_dex_operations.h89 if (UNLIKELY(!Runtime::Current()->IsStarted())) { in PerformCall()
Dinstrumentation.cc1098 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
1149 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
Dmonitor.cc660 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
663 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
Dthread.cc1122 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()
Druntime.cc361 /* 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()
Dart_method.cc387 if (UNLIKELY(!runtime->IsStarted() || in Invoke()
Druntime.h266 bool IsStarted() const { in IsStarted() function
Dwell_known_classes.cc316 DCHECK_IMPLIES(Runtime::Current()->IsStarted(), (new_runtime_name) != nullptr); \ in InitStringEntryPoints()
/art/runtime/jit/
Dprofile_saver.h48 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
Djit.cc289 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver()
303 DCHECK_IMPLIES(options_->GetSaveProfilingInfo(), !ProfileSaver::IsStarted()); in ~Jit()
Dprofile_saver.cc1112 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
/art/runtime/mirror/
Darray-alloc-inl.h157 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dobject.cc246 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Dclass-inl.h68 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/runtime/gc/
Dreference_processor.cc382 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
Dheap-inl.h219 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/compiler/
Dcommon_compiler_test.cc270 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
/art/runtime/interpreter/
Dinterpreter.cc437 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
603 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc73 if (!Runtime::Current()->IsStarted()) { in ShouldStayInSwitchInterpreter()
/art/openjdkjvmti/
Dti_thread.cc157 gThreadCallback.started = runtime->IsStarted(); in Register()
DOpenjdkJvmTi.cc1454 if (runtime->IsStarted()) { in ArtPlugin_Initialize()
/art/compiler/jni/
Djni_compiler_test.cc297 if (!runtime_->IsStarted()) { in SetUpForTest()
1303 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()

12