Lines Matching defs:method
158 void AddMethod(ArtMethod* method) { in AddMethod()
172 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
179 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod()
296 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
320 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode()
335 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod()
526 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders()
687 ArtMethod* method, in Commit()
860 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
878 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
931 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
987 ArtMethod* method = entry.second; in TransitionToDebuggable() local
999 ArtMethod* method = entry.method; in TransitionToDebuggable() local
1026 ArtMethod* method, in Reserve()
1180 ArtMethod* method = method_it->second; in RemoveUnmarkedCode() local
1201 ArtMethod* method = *it; in RemoveUnmarkedCode() local
1239 void JitCodeCache::AddZombieCode(ArtMethod* method, const void* entry_point) { in AddZombieCode()
1255 void JitCodeCache::AddZombieCodeInternal(ArtMethod* method, const void* code_ptr) { in AddZombieCodeInternal()
1296 ProfilingInfo* JitCodeCache::GetProfilingInfo(ArtMethod* method, Thread* self) { in GetProfilingInfo()
1306 void JitCodeCache::MaybeUpdateInlineCache(ArtMethod* method, in MaybeUpdateInlineCache()
1376 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1458 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1470 ArtMethod* method, in AddProfilingInfo()
1490 ArtMethod* method, in AddProfilingInfoInternal()
1638 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1645 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, in NotifyCompilationOf()
1724 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1738 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1746 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self) { in DoneCompiling()
1810 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()
1987 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
2036 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()