Lines Matching defs:method

167   void AddMethod(ArtMethod* method) {  in AddMethod()
181 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
188 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod()
290 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
312 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode()
325 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod()
485 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders()
613 static void ClearMethodCounter(ArtMethod* method, bool was_warm) in ClearMethodCounter()
640 ArtMethod* method, in Commit()
784 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
808 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
857 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
900 ArtMethod* method = it.second; in TransitionToDebuggable() local
910 ArtMethod* method = entry.method; in TransitionToDebuggable() local
937 ArtMethod* method, in Reserve()
1239 void JitCodeCache::RemoveMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in RemoveMethodBeingCompiled()
1254 void JitCodeCache::AddMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in AddMethodBeingCompiled()
1269 bool JitCodeCache::IsMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in IsMethodBeingCompiled()
1280 bool JitCodeCache::IsMethodBeingCompiled(ArtMethod* method) { in IsMethodBeingCompiled()
1330 ArtMethod* method = it.second; in DoCollection() local
1359 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1428 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1438 ArtMethod* method, in AddProfilingInfo()
1456 ArtMethod* method, in AddProfilingInfoInternal()
1495 ArtMethod* method = info->GetMethod(); in GetProfiledMethods() local
1571 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1576 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, in NotifyCompilationOf()
1676 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1689 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1696 void JitCodeCache::DoneCompiling(ArtMethod* method, in DoneCompiling()
1733 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()
1882 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
1931 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()