Lines Matching refs:runtime
146 LanguageRuntime *runtime = nullptr; in UpdateValue() local
151 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
153 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue()
160 runtime = preferred_runtime; in UpdateValue()
164 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
168 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
169 if (runtime) in UpdateValue()
170 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
175 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
176 if (runtime) in UpdateValue()
177 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
188 if (runtime && found_dynamic_type) { in UpdateValue()
192 runtime->FixUpDynamicType(class_type_or_name, *m_parent) in UpdateValue()
246 if (runtime) in UpdateValue()
248 runtime->FixUpDynamicType(m_dynamic_type_info, *m_parent); in UpdateValue()