Lines Matching refs:ProfilingInfo
336 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in FindCompiledCodeForInstrumentation()
452 for (ProfilingInfo* info : profiling_infos_) { in SweepRootTables()
550 ProfilingInfo* info = *it; in RemoveMethodsIn()
791 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in RemoveMethodLocked()
862 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize); in MoveObsoleteMethod()
1142 for (ProfilingInfo* info : profiling_infos_) { in GarbageCollectCache()
1149 for (ProfilingInfo* info : profiling_infos_) { in GarbageCollectCache()
1234 for (ProfilingInfo* info : profiling_infos_) { in SetGarbageCollectCode()
1253 for (ProfilingInfo* info : profiling_infos_) { in DoCollection()
1271 for (ProfilingInfo* info : profiling_infos_) { in DoCollection()
1286 for (ProfilingInfo* info : profiling_infos_) { in DoCollection()
1341 [this] (ProfilingInfo* info) NO_THREAD_SAFETY_ANALYSIS { in DoCollection()
1441 ProfilingInfo* JitCodeCache::AddProfilingInfo(Thread* self, in AddProfilingInfo()
1448 ProfilingInfo* info = nullptr; in AddProfilingInfo()
1471 ProfilingInfo* JitCodeCache::AddProfilingInfoInternal(Thread* self ATTRIBUTE_UNUSED, in AddProfilingInfoInternal()
1475 sizeof(ProfilingInfo) + sizeof(InlineCache) * entries.size(), in AddProfilingInfoInternal()
1479 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in AddProfilingInfoInternal()
1489 info = new (writable_data) ProfilingInfo(method, entries); in AddProfilingInfoInternal()
1514 for (const ProfilingInfo* info : profiling_infos_) { in GetProfiledMethods()
1674 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilationOf()
1677 if (ProfilingInfo::Create(self, method, /* retry_allocation= */ true)) { in NotifyCompilationOf()
1701 ProfilingInfo* JitCodeCache::NotifyCompilerUse(ArtMethod* method, Thread* self) { in NotifyCompilerUse()
1703 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilerUse()
1715 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in DoneCompilerUse()
1733 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in DoneCompiling()
1745 for (ProfilingInfo* pi : profiling_infos_) { in InvalidateAllCompiledCode()
1766 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor()