Lines Matching refs:runtime
149 LanguageRuntime *runtime = nullptr; in UpdateValue() local
154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
155 if (runtime) in UpdateValue()
156 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
160 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
161 if (runtime) in UpdateValue()
162 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
167 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
168 if (runtime) in UpdateValue()
169 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
180 if (runtime && found_dynamic_type) { in UpdateValue()
184 runtime->FixUpDynamicType(class_type_or_name, *m_parent) in UpdateValue()
236 if (runtime) in UpdateValue()
238 runtime->FixUpDynamicType(m_dynamic_type_info, *m_parent); in UpdateValue()