Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_field-inl.h67 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32()
77 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32()
87 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64()
97 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64()
107 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj()
117 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj()
Dart_method-inl.h205 DCHECK(!Runtime::Current()->IsStarted()); in GetQuickOatCodeOffset()
212 DCHECK(!Runtime::Current()->IsStarted()); in GetPortableOatCodeOffset()
218 DCHECK(!Runtime::Current()->IsStarted()); in SetQuickOatCodeOffset()
224 DCHECK(!Runtime::Current()->IsStarted()); in SetPortableOatCodeOffset()
Dobject.cc202 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
Dart_method.cc282 if (UNLIKELY(!runtime->IsStarted())) { in Invoke()
Darray-inl.h155 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
Dclass-inl.h54 DCHECK(IsLoaded() || IsErroneous() || !Runtime::Current()->IsStarted()) << IsLoaded(); in GetSuperClass()
/art/runtime/base/
Dmutex-inl.h90 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDownLocked() || in CheckUnattachedThread()
/art/runtime/gc/
Dreference_processor.cc220 if (LIKELY(Runtime::Current()->IsStarted())) { in EnqueueClearedReferences()
Dheap-inl.h131 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/art/runtime/
Dscoped_thread_state_change.h41 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
Dinstrumentation.cc629 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
637 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
673 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
Druntime.h170 bool IsStarted() const { in IsStarted() function
Dmonitor.cc304 if (!Runtime::Current()->IsStarted() || VLOG_IS_ON(monitor)) { in ThrowIllegalMonitorStateExceptionF()
307 LOG(Runtime::Current()->IsStarted() ? INFO : ERROR) in ThrowIllegalMonitorStateExceptionF()
Dthread.cc425 CHECK(runtime->IsStarted()); in CreatePeer()
1087 CHECK(runtime->IsStarted()); in FinishStartup()
1694 DCHECK(!runtime->IsStarted() || exception_class->IsThrowableClass()); in ThrowNewWrappedException()
1736 if (UNLIKELY(!runtime->IsStarted())) { in ThrowNewWrappedException()
Druntime.cc1330 CHECK(!IsStarted()); in SetCompileTimeClassPath()
Dclass_linker.cc2553 if (!runtime->IsStarted() || runtime->UseCompileTimeClassPath()) { in FixupStaticTrampolines()
2758 if (Runtime::Current()->IsStarted() in LoadClass()
Djni_internal.cc596 if (runtime->IsStarted()) { in FindClass()
/art/runtime/interpreter/
Dinterpreter.cc485 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke()
571 CHECK(!Runtime::Current()->IsStarted()); in artInterpreterToInterpreterBridge()
Dinterpreter_common.cc644 if (LIKELY(Runtime::Current()->IsStarted())) { in DoCall()
/art/compiler/driver/
Dcompiler_driver.cc385 CHECK(!Runtime::Current()->IsStarted()); in CompilerDriver()
509 DCHECK(!Runtime::Current()->IsStarted()); in CompileAll()
550 DCHECK(!Runtime::Current()->IsStarted()); in CompileOne()
/art/compiler/jni/
Djni_compiler_test.cc94 if (!runtime_->IsStarted()) { in SetUpForTest()
740 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
/art/runtime/verifier/
Dmethod_verifier.cc3382 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyInvokeVirtualQuickArgs()
3885 DCHECK(Runtime::Current()->IsStarted() || verify_to_dump_); in VerifyQuickFieldAccess()