Lines Matching refs:ProfilingInfo
563 for (ProfilingInfo* info : profiling_infos_) { in SweepRootTables()
647 ProfilingInfo* info = *it; in RemoveMethodsIn()
914 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in RemoveMethodLocked()
985 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize); in MoveObsoleteMethod()
1272 for (ProfilingInfo* info : profiling_infos_) { in GarbageCollectCache()
1349 for (ProfilingInfo* info : profiling_infos_) { in DoCollection()
1364 for (ProfilingInfo* info : profiling_infos_) { in DoCollection()
1410 [this] (ProfilingInfo* info) NO_THREAD_SAFETY_ANALYSIS { in DoCollection()
1533 ProfilingInfo* JitCodeCache::AddProfilingInfo(Thread* self, in AddProfilingInfo()
1539 ProfilingInfo* info = nullptr; in AddProfilingInfo()
1562 ProfilingInfo* JitCodeCache::AddProfilingInfoInternal(Thread* self ATTRIBUTE_UNUSED, in AddProfilingInfoInternal()
1566 sizeof(ProfilingInfo) + sizeof(InlineCache) * entries.size(), in AddProfilingInfoInternal()
1570 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in AddProfilingInfoInternal()
1579 info = new (data) ProfilingInfo(method, entries); in AddProfilingInfoInternal()
1611 for (const ProfilingInfo* info : profiling_infos_) { in GetProfiledMethods()
1738 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilationOf()
1756 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1758 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilerUse()
1770 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in DoneCompilerUse()
1788 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in DoneCompiling()
1802 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor()