Lines Matching refs:ArtMethod

69   explicit JniStubKey(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_)  in REQUIRES_SHARED()
97 void UpdateShorty(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateShorty()
127 for (ArtMethod* m : GetMethods()) { in UpdateEntryPoints()
166 void AddMethod(ArtMethod* method) { in AddMethod()
172 const std::vector<ArtMethod*>& GetMethods() const { in GetMethods()
180 [&alloc](ArtMethod* method) { return !alloc.ContainsUnsafe(method); }); in RemoveMethodsIn()
187 bool RemoveMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in RemoveMethod()
198 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
204 std::vector<ArtMethod*> methods_;
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()
508 std::map<const void*, ArtMethod*> compiled_methods; in FreeAllMethodHeaders()
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()
669 const ArenaSet<ArtMethod*>& cha_single_implementation_list) { in Commit()
725 for (ArtMethod* single_impl : cha_single_implementation_list) { in Commit()
744 for (ArtMethod* single_impl : cha_single_implementation_list) { in Commit()
787 << ArtMethod::PrettyMethod(method) << "@" << method in Commit()
803 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
821 << ArtMethod::PrettyMethod(method) << "@" << method in RemoveMethod()
827 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
877 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
888 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
933 ArtMethod* method = it.second; in TransitionToDebuggable()
943 ArtMethod* method = entry.method; in TransitionToDebuggable()
970 ArtMethod* method, in Reserve()
1013 << ArtMethod::PrettyMethod(method); in Reserve()
1020 << ArtMethod::PrettyMethod(method); in Reserve()
1225 for (ArtMethod* method : data.GetMethods()) { in GarbageCollectCache()
1255 for (ArtMethod* method : data->GetMethods()) { in RemoveUnmarkedCode()
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()
1412 for (ArtMethod* method : data.GetMethods()) { in DoCollection()
1420 ArtMethod* method = it.second; in DoCollection()
1470 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1487 ArtMethod* found_method = nullptr; // Only for DCHECK(), not for JNI stubs. in LookupMethodHeader()
1532 << ArtMethod::PrettyMethod(method) << " " in LookupMethodHeader()
1533 << ArtMethod::PrettyMethod(found_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()
1643 ArtMethod* caller = info->GetMethod(); in GetProfiledMethods()
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()
1853 ArtMethod* meth = pi->GetMethod(); in InvalidateAllCompiledCode()
1869 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()
1985 void JitCodeCache::VisitAllMethods(const std::function<void(const void*, ArtMethod*)>& cb) { in VisitAllMethods()
1989 for (ArtMethod* method : data.GetMethods()) { in VisitAllMethods()
2026 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
2046 std::hash<ArtMethod*> hf; in GetCodeFor()
2075 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()
2080 std::hash<ArtMethod*> hf; in Put()