Lines Matching defs:lang_runtime_plan_sp
143 UnwindPlanSP lang_runtime_plan_sp = LanguageRuntime::GetRuntimeUnwindPlan(
145 if (lang_runtime_plan_sp.get()) {
218 if (lang_runtime_plan_sp.get()) {
220 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset);
221 row_register_kind = lang_runtime_plan_sp->GetRegisterKind();
226 m_full_unwind_plan_sp = lang_runtime_plan_sp;
229 active_row->Dump(active_row_strm, lang_runtime_plan_sp.get(), &m_thread,
342 UnwindPlanSP lang_runtime_plan_sp = LanguageRuntime::GetRuntimeUnwindPlan(
344 if (lang_runtime_plan_sp.get()) {
604 if (lang_runtime_plan_sp.get()) {
606 lang_runtime_plan_sp->GetRowForFunctionOffset(m_current_offset);
607 row_register_kind = lang_runtime_plan_sp->GetRegisterKind();
612 m_full_unwind_plan_sp = lang_runtime_plan_sp;
615 active_row->Dump(active_row_strm, lang_runtime_plan_sp.get(), &m_thread,