Lines Matching defs:method
156 void AddMethod(ArtMethod* method) { in AddMethod()
170 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
177 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod()
294 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
318 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode()
333 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod()
508 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders()
654 ArtMethod* method, in Commit()
801 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
825 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
875 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
925 ArtMethod* method = entry.second; in TransitionToDebuggable() local
935 ArtMethod* method = entry.method; in TransitionToDebuggable() local
962 ArtMethod* method, in Reserve()
1117 ArtMethod* method = *it; in RemoveUnmarkedCode() local
1150 void JitCodeCache::AddZombieCode(ArtMethod* method, const void* entry_point) { in AddZombieCode()
1179 void JitCodeCache::AddZombieCodeInternal(ArtMethod* method, const void* code_ptr) { in AddZombieCodeInternal()
1212 ProfilingInfo* JitCodeCache::GetProfilingInfo(ArtMethod* method, Thread* self) { in GetProfilingInfo()
1222 void JitCodeCache::MaybeUpdateInlineCache(ArtMethod* method, in MaybeUpdateInlineCache()
1293 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1371 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1383 ArtMethod* method, in AddProfilingInfo()
1403 ArtMethod* method, in AddProfilingInfoInternal()
1549 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1556 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, in NotifyCompilationOf()
1630 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1644 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1652 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self) { in DoneCompiling()
1714 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()
1890 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
1939 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()