Lines Matching defs:self

124   Thread* self = Thread::Current();  in ConcurrentCopying()  local
158 Thread* const self = Thread::Current(); in MarkHeapReference() local
190 Thread* self = Thread::Current(); in RunPhases() local
247 Thread* self = Thread::Current(); in Run() local
278 Thread* const self = Thread::Current(); in ActivateReadBarrierEntrypoints() local
317 Thread* self = Thread::Current(); in BindBitmaps() local
442 Thread* self = Thread::Current(); in Run() local
474 Thread* self = Thread::Current(); in VisitRoots() local
491 Thread* self = Thread::Current(); in VisitRoots() local
520 Thread* self = Thread::Current(); in Run() local
738 Thread* self = Thread::Current(); in FlipThreadRoots() local
763 explicit GrayImmuneObjectVisitor(Thread* self) : self_(self) {} in GrayImmuneObjectVisitor()
790 Thread* const self = Thread::Current(); in GrayAllDirtyImmuneObjects() local
831 Thread* const self = Thread::Current(); in GrayAllNewlyDirtyImmuneObjects() local
862 void ConcurrentCopying::RecordLiveStackFreezeSize(Thread* self) { in RecordLiveStackFreezeSize()
913 explicit CaptureRootsForMarkingVisitor(ConcurrentCopying* cc, Thread* self) in CaptureRootsForMarkingVisitor()
959 Thread* const self = Thread::Current(); in Run() local
995 Thread* const self = Thread::Current(); in Run() local
1015 Thread* const self = Thread::Current(); in CaptureThreadRootsForMarking() local
1211 Thread *self = Thread::Current(); in PushOntoLocalMarkStack() local
1328 Thread* const self = Thread::Current(); in MarkingPhase() local
1400 Thread* self = Thread::Current(); in CopyingPhase() local
1638 void ConcurrentCopying::ReenableWeakRefAccess(Thread* self) { in ReenableWeakRefAccess()
1664 Thread* self = Thread::Current(); in Run() local
1704 Thread* self = Thread::Current(); in IssueDisableMarkingCheckpoint() local
1738 Thread* self = Thread::Current(); in IssueEmptyCheckpoint() local
1758 void ConcurrentCopying::PushOntoMarkStack(Thread* const self, mirror::Object* to_ref) { in PushOntoMarkStack()
1904 Thread* self = Thread::Current(); in VerifyNoFromSpaceReferences() local
1996 Thread* self = Thread::Current(); in RevokeThreadLocalMarkStacks() local
2015 Thread* self = Thread::Current(); in RevokeThreadLocalMarkStack() local
2043 Thread* const self = Thread::Current(); in ProcessMarkStackOnce() local
2326 Thread* self = Thread::Current(); in SwitchToSharedMarkStackMode() local
2349 Thread* self = Thread::Current(); in SwitchToGcExclusiveMarkStackMode() local
2364 Thread* self = Thread::Current(); in CheckEmptyMarkStack() local
2398 void ConcurrentCopying::SweepSystemWeaks(Thread* self) { in SweepSystemWeaks()
2440 Thread* self = Thread::Current(); in SweepArray() local
2527 Thread* const self = Thread::Current(); in MarkZygoteLargeObjects() local
2626 Thread* self = Thread::Current(); in ReclaimPhase() local
3154 Thread* const self = Thread::Current(); in VisitRoots() local
3175 inline void ConcurrentCopying::MarkRoot(Thread* const self, in MarkRoot()
3197 Thread* const self = Thread::Current(); in VisitRoots() local
3236 void ConcurrentCopying::FillWithFakeObject(Thread* const self, in FillWithFakeObject()
3282 mirror::Object* ConcurrentCopying::AllocateInSkippedBlock(Thread* const self, size_t alloc_size) { in AllocateInSkippedBlock()
3340 mirror::Object* ConcurrentCopying::Copy(Thread* const self, in Copy()
3565 mirror::Object* ConcurrentCopying::MarkNonMoving(Thread* const self, in MarkNonMoving()
3653 Thread* const self = Thread::Current(); in FinishPhase() local
3750 void ConcurrentCopying::ProcessReferences(Thread* self) { in ProcessReferences()
3763 mirror::Object* ConcurrentCopying::MarkFromReadBarrierWithMeasurements(Thread* const self, in MarkFromReadBarrierWithMeasurements()