Lines Matching refs:runtime
149 LanguageRuntime *runtime = nullptr; in UpdateValue() local
154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
156 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue()
163 runtime = preferred_runtime; in UpdateValue()
167 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
171 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
172 if (runtime) in UpdateValue()
173 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
178 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
179 if (runtime) in UpdateValue()
180 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
191 if (runtime && found_dynamic_type) { in UpdateValue()
195 runtime->FixUpDynamicType(class_type_or_name, *m_parent) in UpdateValue()
249 if (runtime) in UpdateValue()
251 runtime->FixUpDynamicType(m_dynamic_type_info, *m_parent); in UpdateValue()