Home
last modified time | relevance | path

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

12

/art/runtime/
Dart_field-inl.h65 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()
75 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()
85 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()
95 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()
105 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()
115 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
126 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
135 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
Dscoped_thread_state_change.h43 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dfault_handler.cc158 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
Dart_method.cc258 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
Dinstrumentation.cc641 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
684 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
Dmonitor.cc446 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
449 LOG(Runtime::Current()->IsStarted() ? INFO : ERROR) in ThrowIllegalMonitorStateExceptionF()
Druntime.h217 bool IsStarted() const { in IsStarted() function
Dthread.cc810 CHECK(runtime->IsStarted()); in CreatePeer()
1584 CHECK(runtime->IsStarted()); in FinishStartup()
2296 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
2335 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
Druntime.cc1782 if (ProfileSaver::IsStarted()) { in NotifyDexLoaded()
Djni_internal_test.cc616 if (!runtime_->IsStarted()) { in SetUpForTest()
Djni_internal.cc345 if (runtime->IsStarted()) { in FindClass()
/art/runtime/jit/
Dprofile_saver.h45 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
Djit.cc319 if (save_profiling_info_ && ProfileSaver::IsStarted()) { in StopProfileSaver()
333 DCHECK(!save_profiling_info_ || !ProfileSaver::IsStarted()); in ~Jit()
Dprofile_saver.cc481 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
/art/runtime/base/
Dmutex-inl.h63 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
/art/runtime/mirror/
Dobject.cc206 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Darray-inl.h187 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dclass-inl.h56 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/runtime/gc/
Dreference_processor.cc242 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
Dheap-inl.h161 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/runtime/interpreter/
Dinterpreter.cc321 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()
478 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
651 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc751 if (LIKELY(Runtime::Current()->IsStarted())) { in DoCallCommon()
/art/compiler/driver/
Dcompiler_driver.cc472 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()
672 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
/art/compiler/jni/
Djni_compiler_test.cc93 if (!runtime_->IsStarted()) { in SetUpForTest()
719 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
/art/runtime/verifier/
Dmethod_verifier.cc4171 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_) in VerifyInvokeVirtualQuickArgs()
4762 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyQuickFieldAccess()

12