Lines Matching defs:method

166   void AddMethod(ArtMethod* method) {  in AddMethod()
180 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
187 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod()
289 bool JitCodeCache::WillExecuteJitCode(ArtMethod* method) { in WillExecuteJitCode()
300 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod()
322 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode()
335 const void* JitCodeCache::FindCompiledCodeForInstrumentation(ArtMethod* method) { in FindCompiledCodeForInstrumentation()
351 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod()
509 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders()
632 static void ClearMethodCounter(ArtMethod* method, bool was_warm) in ClearMethodCounter()
659 ArtMethod* method, in Commit()
803 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
827 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
877 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
933 ArtMethod* method = it.second; in TransitionToDebuggable() local
943 ArtMethod* method = entry.method; in TransitionToDebuggable() local
970 ArtMethod* method, in Reserve()
1300 void JitCodeCache::RemoveMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in RemoveMethodBeingCompiled()
1315 void JitCodeCache::AddMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in AddMethodBeingCompiled()
1330 bool JitCodeCache::IsMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in IsMethodBeingCompiled()
1341 bool JitCodeCache::IsMethodBeingCompiled(ArtMethod* method) { in IsMethodBeingCompiled()
1420 ArtMethod* method = it.second; in DoCollection() local
1470 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1539 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1549 ArtMethod* method, in AddProfilingInfo()
1579 ArtMethod* method, in AddProfilingInfoInternal()
1622 ArtMethod* method = info->GetMethod(); in GetProfiledMethods() local
1698 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1703 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, in NotifyCompilationOf()
1809 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1821 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1828 void JitCodeCache::DoneCompiling(ArtMethod* method, in DoneCompiling()
1869 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()
2026 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
2075 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()