Lines Matching defs:self

371 bool JitCodeCache::WaitForPotentialCollectionToComplete(Thread* self) {  in WaitForPotentialCollectionToComplete()
527 void JitCodeCache::RemoveMethodsIn(Thread* self, const LinearAlloc& alloc) { in RemoveMethodsIn()
589 void JitCodeCache::WaitUntilInlineCacheAccessible(Thread* self) { in WaitUntilInlineCacheAccessible()
601 Thread* self = Thread::Current(); in BroadcastForInlineCacheAccess() local
645 void JitCodeCache::WaitForPotentialCollectionToCompleteRunnable(Thread* self) { in WaitForPotentialCollectionToCompleteRunnable()
657 bool JitCodeCache::Commit(Thread* self, in Commit()
965 bool JitCodeCache::Reserve(Thread* self, in Reserve()
1025 void JitCodeCache::Free(Thread* self, in Free()
1095 void JitCodeCache::NotifyCollectionDone(Thread* self) { in NotifyCollectionDone()
1100 void JitCodeCache::MarkCompiledCodeOnThreadStacks(Thread* self) { in MarkCompiledCodeOnThreadStacks()
1134 void JitCodeCache::GarbageCollectCache(Thread* self) { in GarbageCollectCache()
1241 void JitCodeCache::RemoveUnmarkedCode(Thread* self) { in RemoveUnmarkedCode()
1283 Thread* self = Thread::Current(); in SetGarbageCollectCode() local
1347 void JitCodeCache::DoCollection(Thread* self, bool collect_profiling_info) { in DoCollection()
1548 ProfilingInfo* JitCodeCache::AddProfilingInfo(Thread* self, in AddProfilingInfo()
1616 Thread* self = Thread::Current(); in GetProfiledMethods() local
1704 Thread* self, in NotifyCompilationOf()
1809 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1821 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1829 Thread* self, in DoneCompiling()
1937 Thread* self = Thread::Current(); in PostForkChildAction() local