Lines Matching defs:method
169 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
198 ArtMethod* method, in CommitCode()
309 ArtMethod* method, in CommitCodeInternal()
410 uint8_t* JitCodeCache::ReserveData(Thread* self, size_t size, ArtMethod* method) { in ReserveData()
666 ArtMethod* method = it->second; in RemoveUnmarkedCode() local
709 ArtMethod* method = it.second; in DoCollection() local
768 ArtMethod* method = it.second; in CheckLiveCompiledCodeHasProfilingInfo() local
783 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
812 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
822 ArtMethod* method, in AddProfilingInfo()
851 ArtMethod* method, in AddProfilingInfoInternal()
899 ArtMethod* method = info->GetMethod(); in GetProfiledMethods() local
911 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
916 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr) { in NotifyCompilationOf()
944 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
953 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
960 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self ATTRIBUTE_UNUSED, bool osr) { in DoneCompiling()
971 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()