Lines Matching refs:assembly_profiler_sp
233 UnwindAssemblySP assembly_profiler_sp(GetUnwindAssemblyProfiler(target)); in GetObjectFileAugmentedUnwindPlan() local
234 if (assembly_profiler_sp) { in GetObjectFileAugmentedUnwindPlan()
235 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetObjectFileAugmentedUnwindPlan()
274 UnwindAssemblySP assembly_profiler_sp(GetUnwindAssemblyProfiler(target)); in GetEHFrameAugmentedUnwindPlan() local
275 if (assembly_profiler_sp) { in GetEHFrameAugmentedUnwindPlan()
276 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetEHFrameAugmentedUnwindPlan()
316 UnwindAssemblySP assembly_profiler_sp(GetUnwindAssemblyProfiler(target)); in GetDebugFrameAugmentedUnwindPlan() local
317 if (assembly_profiler_sp) { in GetDebugFrameAugmentedUnwindPlan()
318 if (!assembly_profiler_sp->AugmentUnwindPlanFromCallSite( in GetDebugFrameAugmentedUnwindPlan()
337 UnwindAssemblySP assembly_profiler_sp(GetUnwindAssemblyProfiler(target)); in GetAssemblyUnwindPlan() local
338 if (assembly_profiler_sp) { in GetAssemblyUnwindPlan()
341 if (!assembly_profiler_sp->GetNonCallSiteUnwindPlanFromAssembly( in GetAssemblyUnwindPlan()
442 UnwindAssemblySP assembly_profiler_sp(GetUnwindAssemblyProfiler(target)); in GetUnwindPlanFastUnwind() local
443 if (assembly_profiler_sp) { in GetUnwindPlanFastUnwind()
446 if (!assembly_profiler_sp->GetFastUnwindPlan(m_range, thread, in GetUnwindPlanFastUnwind()
509 UnwindAssemblySP assembly_profiler_sp(GetUnwindAssemblyProfiler(target)); in GetFirstNonPrologueInsn() local
510 if (assembly_profiler_sp) in GetFirstNonPrologueInsn()
511 assembly_profiler_sp->FirstNonPrologueInsn(m_range, exe_ctx, in GetFirstNonPrologueInsn()
522 UnwindAssemblySP assembly_profiler_sp; in GetUnwindAssemblyProfiler() local
525 assembly_profiler_sp = UnwindAssembly::FindPlugin(arch); in GetUnwindAssemblyProfiler()
527 return assembly_profiler_sp; in GetUnwindAssemblyProfiler()