Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h63 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()); \
Dscoped_thread_state_change-inl.h39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dcommon_dex_operations.h66 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
Dfault_handler.cc179 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
Dmonitor.cc614 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
617 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
Dwell_known_classes.cc266 DCHECK(!Runtime::Current()->IsStarted() || (new_runtime_name) != nullptr); \ in InitStringEntryPoints()
Druntime.h219 bool IsStarted() const { in IsStarted() function
Dart_method.cc325 if (UNLIKELY(!runtime->IsStarted() || in Invoke()
/art/runtime/jit/
Dprofile_saver.h46 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
Djit.cc336 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver()
350 DCHECK(!options_->GetSaveProfilingInfo() || !ProfileSaver::IsStarted()); in ~Jit()
Dprofile_saver.cc808 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
/art/runtime/mirror/
Darray-alloc-inl.h156 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dobject.cc237 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Dclass-inl.h67 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/runtime/interpreter/
Dinterpreter.cc331 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()
498 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
675 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.h233 DCHECK(Runtime::Current()->IsStarted()); in DoInvoke()
Dinterpreter_common.cc1556 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() || in DoCallCommon()
/art/compiler/
Dcommon_compiler_test.cc178 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
/art/runtime/gc/
Dreference_processor.cc300 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
Dheap-inl.h168 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/runtime/interpreter/mterp/
Dmterp.cc150 runtime->IsStarted() && in CanUseMterp()
/art/openjdkjvmti/
Dti_thread.cc155 gThreadCallback.started = runtime->IsStarted(); in Register()
DOpenjdkJvmTi.cc1534 if (runtime->IsStarted()) { in ArtPlugin_Initialize()
/art/compiler/jni/
Djni_compiler_test.cc288 if (!runtime_->IsStarted()) { in SetUpForTest()
1131 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
/art/runtime/jni/
Djni_internal.cc661 if (runtime->IsStarted()) { in FindClass()