Home
last modified time | relevance | path

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

12

/art/runtime/
Dart_field-inl.h57 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()
67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()
98 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()
108 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
119 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
127 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
Dscoped_thread_state_change-inl.h38 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dcommon_dex_operations.h63 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
Dfault_handler.cc180 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
Dinstrumentation.cc719 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
770 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
Dmonitor.cc610 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
613 LOG(Runtime::Current()->IsStarted() ? ::android::base::INFO : ::android::base::ERROR) in ThrowIllegalMonitorStateExceptionF()
Druntime.h207 bool IsStarted() const { in IsStarted() function
Dthread.cc885 CHECK(runtime->IsStarted()); in CreatePeer()
958 CHECK(!runtime->IsStarted()); in CreateCompileTimePeer()
2047 CHECK(runtime->IsStarted()); in FinishStartup()
3018 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
3057 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
Dart_method.cc340 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) { in Invoke()
Druntime.cc310 /* Create peer */ IsStarted()); in ~Runtime()
643 return runtime != nullptr && runtime->IsStarted() && !runtime->IsShuttingDownLocked(); in IsSafeToCallAbort()
/art/runtime/jit/
Dprofile_saver.h46 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
Djit.cc370 if (profile_saver_options_.IsEnabled() && ProfileSaver::IsStarted()) { in StopProfileSaver()
384 DCHECK(!profile_saver_options_.IsEnabled() || !ProfileSaver::IsStarted()); in ~Jit()
Dprofile_saver.cc770 bool ProfileSaver::IsStarted() { in IsStarted() function in art::ProfileSaver
/art/runtime/interpreter/
Dinterpreter.cc309 } else if (UNLIKELY(!Runtime::Current()->IsStarted())) { in Execute()
469 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
635 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
Dinterpreter_common.cc1219 const bool use_interpreter_entrypoint = !Runtime::Current()->IsStarted() || in DoCallCommon()
/art/runtime/gc/
Dreference_processor.cc272 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
Dheap-inl.h167 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/runtime/mirror/
Dobject.cc234 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Darray-inl.h192 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dclass-inl.h66 !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/openjdkjvmti/
Dti_thread.cc115 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/compiler/driver/
Dcompiler_driver.cc353 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()
681 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
/art/runtime/verifier/
Dmethod_verifier.cc4371 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_) in GetMethodIdxOfInvoke()
4388 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in GetFieldIdxOfFieldAccess()

12