Home
last modified time | relevance | path

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

12

/art/runtime/
Dart_field-inl.h74 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()
84 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()
94 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()
104 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()
115 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()
125 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
136 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
144 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
Dscoped_thread_state_change-inl.h39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dcommon_dex_operations.h68 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
Dfault_handler.cc179 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
Dinstrumentation.cc854 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
905 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
Dmonitor.cc655 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
658 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
Dthread.cc1087 CHECK(runtime->IsStarted()); in CreatePeer()
1161 CHECK(!runtime->IsStarted()); in CreateCompileTimePeer()
2241 CHECK(runtime->IsStarted()); in FinishStartup()
3213 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
3253 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
Druntime.cc329 /* create_peer= */ IsStarted()); in ~Runtime()
629 if (current != nullptr && current->IsStarted() && !current->IsShuttingDown(nullptr)) { in Abort()
742 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked(); in IsSafeToCallAbort()
Druntime.h235 bool IsStarted() const { in IsStarted() function
Dart_method.cc334 if (UNLIKELY(!runtime->IsStarted() || in Invoke()
Dwell_known_classes.cc294 DCHECK(!Runtime::Current()->IsStarted() || (new_runtime_name) != nullptr); \ in InitStringEntryPoints()
/art/runtime/jit/
Dprofile_saver.h43 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
Djit.cc400 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver()
414 DCHECK(!options_->GetSaveProfilingInfo() || !ProfileSaver::IsStarted()); in ~Jit()
Dprofile_saver.cc833 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.cc232 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Dclass-inl.h68 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/runtime/interpreter/
Dinterpreter.cc353 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()
518 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
695 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.h331 DCHECK(Runtime::Current()->IsStarted()); in DoInvoke()
Dinterpreter_common.cc1235 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() || in DoCallCommon()
/art/runtime/gc/
Dreference_processor.cc300 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
Dheap-inl.h201 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/compiler/
Dcommon_compiler_test.cc191 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
/art/openjdkjvmti/
Dti_thread.cc157 gThreadCallback.started = runtime->IsStarted(); in Register()
/art/compiler/jni/
Djni_compiler_test.cc293 if (!runtime_->IsStarted()) { in SetUpForTest()
1137 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()

12