Lines Matching refs:Runtime

280   ThreadList* thread_list = Runtime::Current()->GetThreadList();  in ActivateReadBarrierEntrypoints()
551 if (UNLIKELY(Runtime::Current()->IsActiveTransaction())) { in Run()
552 CHECK(Runtime::Current()->IsAotCompiler()); in Run()
554 Runtime::Current()->VisitTransactionRoots(cc); in Run()
623 Runtime::Current()->GetHeap()->GetLargeObjectsSpace(); in CheckReference()
744 size_t barrier_count = Runtime::Current()->GetThreadList()->FlipThreadRoots( in FlipThreadRoots()
895 << Runtime::Current()->GetHeap()->GetVerification()->DumpObjectInfo(obj, "failed CAS"); in operator ()()
1017 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in CaptureThreadRootsForMarking()
1361 Runtime::Current()->VisitConcurrentRoots(&visitor, kVisitRootFlagAllRoots); in MarkingPhase()
1367 Runtime::Current()->VisitNonThreadRoots(&visitor); in MarkingPhase()
1557 Runtime::Current()->VisitConcurrentRoots(this, kVisitRootFlagAllRoots); in CopyingPhase()
1562 Runtime::Current()->VisitNonThreadRoots(this); in CopyingPhase()
1623 Runtime::Current()->GetClassLinker()->CleanupClassLoaders(); in CopyingPhase()
1646 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in ReenableWeakRefAccess()
1653 Runtime::Current()->BroadcastForNewSystemWeaks(); in ReenableWeakRefAccess()
1706 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueDisableMarkingCheckpoint()
1739 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in IssueEmptyCheckpoint()
1909 std::list<Thread*> thread_list = Runtime::Current()->GetThreadList()->GetList(); in VerifyNoFromSpaceReferences()
1933 Runtime::Current()->VisitRoots(&ref_visitor); in VerifyNoFromSpaceReferences()
1998 ThreadList* thread_list = Runtime::Current()->GetThreadList(); in RevokeThreadLocalMarkStacks()
2170 << " runtime->sentinel=" << Runtime::Current()->GetSentinel().Read<kWithoutReadBarrier>(); in ProcessMarkStackRef()
2261 << " runtime->sentinel=" << Runtime::Current()->GetSentinel().Read<kWithoutReadBarrier>(); in ProcessMarkStackRef()
2401 Runtime::Current()->SweepSystemWeaks(this); in SweepSystemWeaks()
2561 if (Runtime::Current()->GetDumpGCPerformanceOnShutdown()) { in CaptureRssAtPeak()
2819 *Runtime::Current()->GetHeap()->GetCardTable()->CardFromAddr( in AssertToSpaceInvariant()
3101 if (kDisallowReadBarrierDuringScan && !Runtime::Current()->IsActiveTransaction()) { in Scan()
3113 if (kDisallowReadBarrierDuringScan && !Runtime::Current()->IsActiveTransaction()) { in Scan()