Lines Matching refs:Runtime

151   tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin();  in InitCardTable()
308 Runtime::Current()->GetRuntimeCallbacks()->ThreadParkStart(is_absolute, time); in Park()
381 Runtime::Current()->GetRuntimeCallbacks()->ThreadParkFinished(timed_out); in Park()
594 Runtime* runtime = Runtime::Current(); in CreateCallback()
612 Runtime::Current()->EndThreadBirth(); in CreateCallback()
653 Runtime::Current()->GetThreadList()->Unregister(self); in CreateCallback()
681 stack_size = Runtime::Current()->GetDefaultStackSize(); in FixStackSize()
700 if (Runtime::Current()->ExplicitStackOverflowChecks()) { in FixStackSize()
837 Runtime* runtime = Runtime::Current(); in CreateNativeThread()
869 JNIEnvExt::Create(child_thread, Runtime::Current()->GetJavaVM(), &error_msg)); in CreateNativeThread()
976 Runtime* runtime = Runtime::Current(); in Attach()
992 Runtime::Current()->StartThreadBirth(); in Attach()
995 Runtime::Current()->EndThreadBirth(); in Attach()
1086 Runtime* runtime = Runtime::Current(); in CreatePeer()
1160 Runtime* runtime = Runtime::Current(); in CreateCompileTimePeer()
1319 Runtime* runtime = Runtime::Current(); in InitStackHwm()
1406 Runtime::Current()->GetThreadList()->Dump(ss); in UnsafeLogFatalForSuspendCount()
1569 Runtime::Current()->GetThreadList()->EmptyCheckpointBarrier()->Pass(this); in RunEmptyCheckpoint()
2240 Runtime* runtime = Runtime::Current(); in FinishStartup()
2327 return !IsRuntimeThread() || !Runtime::Current()->IsJavaDebuggable(); in CanLoadClasses()
2415 Runtime* runtime = Runtime::Current(); in Destroy()
2421 if (Runtime::Current()->IsActiveTransaction()) { in Destroy()
2445 Runtime::Current()->GetHeap()->RevokeThreadLocalBuffers(this); in Destroy()
2450 Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->RevokeThreadLocalMarkStack(this); in Destroy()
2494 Runtime::Current()->GetHeap()->AssertThreadLocalBuffersAreRevoked(this); in ~Thread()
2584 if (Runtime::Current()->IsClearedJniWeakGlobal(result)) { in DecodeJObject()
2713 pointer_size_(Runtime::Current()->GetClassLinker()->GetImagePointerSize()) {} in BuildInternalStackTraceVisitor()
2719 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in Init()
2841 i, Runtime::Current()->GetClassLinker()->GetImagePointerSize()); in CreateInternalStackTrace()
2920 ClassLinker* const class_linker = Runtime::Current()->GetClassLinker(); in InternalStackTraceToStackTraceElementArray()
3064 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateAnnotatedStackTrace()
3198 Runtime* runtime = Runtime::Current(); in ThrowNewWrappedException()
3220 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryErrorWhenThrowingException()); in ThrowNewWrappedException()
3299 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()); in ThrowOutOfMemoryError()
3539 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); in QuickDeliverException()
3558 if (Runtime::Current()->AreNonStandardExitsEnabled() || kIsDebugBuild) { in QuickDeliverException()
3568 DCHECK(Runtime::Current()->AreNonStandardExitsEnabled()); in QuickDeliverException()
3577 DCHECK(Runtime::Current()->AreNonStandardExitsEnabled()); in QuickDeliverException()
3584 if (Runtime::Current()->IsAsyncDeoptimizeable(visitor.caller_pc)) { in QuickDeliverException()
3591 DCHECK(Runtime::Current()->AreNonStandardExitsEnabled()); in QuickDeliverException()
3734 gc::Heap* const heap = Runtime::Current()->GetHeap(); in VisitDeclaringClass()
4064 if (cls == nullptr || cls == Runtime::GetWeakClassSentinel()) { in SweepInterpreterCache()
4068 Runtime::ProcessWeakClass( in SweepInterpreterCache()
4071 Runtime::GetWeakClassSentinel()); in SweepInterpreterCache()
4106 if (Runtime::Current()->GetHeap()->IsObjectValidationEnabled()) { in VerifyStackImpl()
4129 bool implicit_stack_check = !Runtime::Current()->ExplicitStackOverflowChecks(); in SetStackEndForStackOverflow()
4230 Runtime::Current()->SetAsyncExceptionsThrown(); in SetAsyncException()
4264 return Runtime::Current()->IsAotCompiler(); in IsAotCompiler()
4290 Runtime::Current()->GetThreadList()->RunCheckpoint(&closure); in ClearAllInterpreterCaches()