Lines Matching defs:self

875 void Heap::IncrementDisableMovingGC(Thread* self) {  in IncrementDisableMovingGC()
886 void Heap::DecrementDisableMovingGC(Thread* self) { in DecrementDisableMovingGC()
892 void Heap::IncrementDisableThreadFlip(Thread* self) { in IncrementDisableThreadFlip()
925 void Heap::DecrementDisableThreadFlip(Thread* self) { in DecrementDisableThreadFlip()
945 void Heap::ThreadFlipBegin(Thread* self) { in ThreadFlipBegin()
971 void Heap::ThreadFlipEnd(Thread* self) { in ThreadFlipEnd()
1369 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError()
1436 void Heap::Trim(Thread* self) { in Trim()
1471 void Heap::TrimIndirectReferenceTables(Thread* self) { in TrimIndirectReferenceTables()
1487 void Heap::StartGC(Thread* self, GcCause cause, CollectorType collector_type) { in StartGC()
1499 void Heap::TrimSpaces(Thread* self) { in TrimSpaces()
1740 mirror::Object* Heap::AllocateInternalWithGc(Thread* self, in AllocateInternalWithGc()
1917 Thread* const self = Thread::Current(); in GetObjectsAllocated() local
2060 Thread* self = Thread::Current(); in PerformHomogeneousSpaceCompact() local
2323 Thread* self = Thread::Current(); in PreZygoteFork() local
2578 Thread* self = Thread::Current(); in CollectGarbageInternal() local
2735 void Heap::FinishGC(Thread* self, collector::GcType gc_type) { in FinishGC()
2825 VerifyReferenceVisitor(Thread* self, Heap* heap, size_t* fail_count, bool verify_referent) in VerifyReferenceVisitor()
2978 VerifyObjectVisitor(Thread* self, Heap* heap, size_t* fail_count, bool verify_referent) in VerifyObjectVisitor()
3007 void Heap::PushOnAllocationStackWithInternalGC(Thread* self, ObjPtr<mirror::Object>* obj) { in PushOnAllocationStackWithInternalGC()
3022 void Heap::PushOnThreadLocalAllocationStackWithInternalGC(Thread* self, in PushOnThreadLocalAllocationStackWithInternalGC()
3047 Thread* self = Thread::Current(); in VerifyHeapReferences() local
3178 Thread* self = Thread::Current(); in VerifyMissingCardMarks() local
3203 void Heap::RevokeAllThreadLocalAllocationStacks(Thread* self) { in RevokeAllThreadLocalAllocationStacks()
3301 Thread* const self = Thread::Current(); in PreGcVerificationPaused() local
3349 Thread* const self = Thread::Current(); in PreSweepingGcVerification() local
3381 Thread* const self = Thread::Current(); in PostGcVerificationPaused() local
3419 collector::GcType Heap::WaitForGcToComplete(GcCause cause, Thread* self) { in WaitForGcToComplete()
3425 collector::GcType Heap::WaitForGcToCompleteLocked(GcCause cause, Thread* self) { in WaitForGcToCompleteLocked()
3662 void Heap::AddFinalizerReference(Thread* self, ObjPtr<mirror::Object>* object) { in AddFinalizerReference()
3672 void Heap::RequestConcurrentGCAndSaveObject(Thread* self, in RequestConcurrentGCAndSaveObject()
3684 void Run(Thread* self) override { in Run()
3695 static bool CanAddHeapTask(Thread* self) REQUIRES(!Locks::runtime_shutdown_lock_) { in CanAddHeapTask()
3705 void Heap::RequestConcurrentGC(Thread* self, GcCause cause, bool force_full) { in RequestConcurrentGC()
3714 void Heap::ConcurrentGC(Thread* self, GcCause cause, bool force_full) { in ConcurrentGC()
3742 void Run(Thread* self) override { in Run()
3749 void Heap::ClearPendingCollectorTransition(Thread* self) { in ClearPendingCollectorTransition()
3755 Thread* self = Thread::Current(); in RequestCollectorTransition() local
3784 void Run(Thread* self) override { in Run()
3791 void Heap::ClearPendingTrim(Thread* self) { in ClearPendingTrim()
3796 void Heap::RequestTrim(Thread* self) { in RequestTrim()
3929 inline void Heap::CheckGCForNative(Thread* self) { in CheckGCForNative()
4092 void Heap::CheckGcStressMode(Thread* self, ObjPtr<mirror::Object>* obj) { in CheckGcStressMode()
4121 Thread* const self = Thread::Current(); in DisableGCForShutdown() local
4171 mirror::Object* Heap::AllocWithNewTLAB(Thread* self, in AllocWithNewTLAB()
4266 void Run(Thread* self) override { in Run()
4276 void Heap::PostForkChildAction(Thread* self) { in PostForkChildAction()
4314 Thread* const self = Thread::Current(); in AddHeapTask() local