Lines Matching defs:method
182 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
218 ArtMethod* method, in CommitCode()
528 ArtMethod* method, in CommitCodeInternal()
677 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
766 ArtMethod* method, in ReserveData()
1086 ArtMethod* method = it.second; in DoCollection() local
1140 ArtMethod* method = it.second; in CheckLiveCompiledCodeHasProfilingInfo() local
1155 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1194 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1204 ArtMethod* method, in AddProfilingInfo()
1233 ArtMethod* method, in AddProfilingInfoInternal()
1282 ArtMethod* method = info->GetMethod(); in GetProfiledMethods() local
1360 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1365 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr) { in NotifyCompilationOf()
1393 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1405 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1412 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self ATTRIBUTE_UNUSED, bool osr) { in DoneCompiling()
1423 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()