• Home
  • Raw
  • Download

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()
503 VisitAllMethods([&](const void* addr, ArtMethod* method) { in FreeAllMethodHeaders()
632 static void ClearMethodCounter(ArtMethod* method, bool was_warm) in ClearMethodCounter()
657 ArtMethod* method, in Commit()
809 bool JitCodeCache::RemoveMethod(ArtMethod* method, bool release_memory) { in RemoveMethod()
834 bool JitCodeCache::RemoveMethodLocked(ArtMethod* method, bool release_memory) { in RemoveMethodLocked()
883 void JitCodeCache::NotifyMethodRedefined(ArtMethod* method) { in NotifyMethodRedefined()
933 ArtMethod* method = entry.second; in TransitionToDebuggable() local
943 ArtMethod* method = entry.method; in TransitionToDebuggable() local
970 ArtMethod* method, in Reserve()
1257 void JitCodeCache::RemoveMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in RemoveMethodBeingCompiled()
1273 void JitCodeCache::AddMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in AddMethodBeingCompiled()
1289 bool JitCodeCache::IsMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in IsMethodBeingCompiled()
1301 bool JitCodeCache::IsMethodBeingCompiled(ArtMethod* method) { in IsMethodBeingCompiled()
1308 ProfilingInfo* JitCodeCache::GetProfilingInfo(ArtMethod* method, Thread* self) { in GetProfilingInfo()
1320 void JitCodeCache::ResetHotnessCounter(ArtMethod* method, Thread* self) { in ResetHotnessCounter()
1377 ArtMethod* method = it.second; in DoCollection() local
1406 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
1477 OatQuickMethodHeader* JitCodeCache::LookupOsrMethodHeader(ArtMethod* method) { in LookupOsrMethodHeader()
1489 ArtMethod* method, in AddProfilingInfo()
1507 ArtMethod* method, in AddProfilingInfoInternal()
1547 ArtMethod* method = entry.first; in GetProfiledMethods() local
1628 bool JitCodeCache::IsOsrCompiled(ArtMethod* method) { in IsOsrCompiled()
1654 bool JitCodeCache::NotifyCompilationOf(ArtMethod* method, in NotifyCompilationOf()
1757 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1771 void JitCodeCache::DoneCompilerUse(ArtMethod* method, Thread* self) { in DoneCompilerUse()
1779 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self) { in DoneCompiling()
1830 void JitCodeCache::InvalidateCompiledCodeFor(ArtMethod* method, in InvalidateCompiledCodeFor()
1985 const void* ZygoteMap::GetCodeFor(ArtMethod* method, uintptr_t pc) const { in GetCodeFor()
2034 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()