• Home
  • Raw
  • Download

Lines Matching defs:method

155   void AddMethod(ArtMethod* method) {  in AddMethod()
169 [&alloc](ArtMethod* method) { return alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
173 bool RemoveMethod(ArtMethod* method) { in RemoveMethod()
489 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode()
500 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
519 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode()
532 const void* JitCodeCache::FindCompiledCodeForInstrumentation(ArtMethod* method) { in FindCompiledCodeForInstrumentation()
548 const void* JitCodeCache::GetZygoteSavedEntryPoint(ArtMethod* method) { in GetZygoteSavedEntryPoint()
600 ArtMethod* method, in CommitCode()
939 static void ClearMethodCounter(ArtMethod* method, bool was_warm) in ClearMethodCounter()
975 ArtMethod* method, in CommitCodeInternal()
1195 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
1219 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
1268 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
1321 ArtMethod* method = info->GetMethod(); in ClearEntryPointsInZygoteExecSpace() local
1358 ArtMethod* method, in ReserveData()
1728 ArtMethod* method = it.second; in DoCollection() local
1784 ArtMethod* method = it.second; in CheckLiveCompiledCodeHasProfilingInfo() local
1799 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1870 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1880 ArtMethod* method, in AddProfilingInfo()
1909 ArtMethod* method, in AddProfilingInfoInternal()
1962 ArtMethod* method = info->GetMethod(); in GetProfiledMethods() local
2038 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
2043 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, Thread* self, bool osr) { in NotifyCompilationOf()
2120 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
2132 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
2139 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self, bool osr) { in DoneCompiling()
2158 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()