• Home
  • Raw
  • Download

Lines Matching refs:GetProfilingInfo

538   ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize);  in FindCompiledCodeForInstrumentation()
559 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in GetZygoteSavedEntryPoint()
1159 DCHECK(method->GetProfilingInfo(kRuntimePointerSize) != nullptr); in CommitCodeInternal()
1163 method->GetProfilingInfo(kRuntimePointerSize)->SetSavedEntryPoint( in CommitCodeInternal()
1221 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in RemoveMethodLocked()
1290 if (old_method->GetProfilingInfo(kRuntimePointerSize) != nullptr) { in MoveObsoleteMethod()
1291 DCHECK_EQ(old_method->GetProfilingInfo(kRuntimePointerSize)->GetMethod(), old_method); in MoveObsoleteMethod()
1292 ProfilingInfo* info = old_method->GetProfilingInfo(kRuntimePointerSize); in MoveObsoleteMethod()
1765 info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in DoCollection()
1767 } else if (info->GetMethod()->GetProfilingInfo(kRuntimePointerSize) != info) { in DoCollection()
1785 if (method->GetProfilingInfo(kRuntimePointerSize) == nullptr) { in CheckLiveCompiledCodeHasProfilingInfo()
1916 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in AddProfilingInfoInternal()
2102 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilationOf()
2122 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in NotifyCompilerUse()
2134 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in DoneCompilerUse()
2152 ProfilingInfo* info = method->GetProfilingInfo(kRuntimePointerSize); in DoneCompiling()
2161 ProfilingInfo* profiling_info = method->GetProfilingInfo(kRuntimePointerSize); in InvalidateCompiledCodeFor()