Lines Matching full:runtime
45 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
47 if (!runtime)
51 runtime->GetClassDescriptor(valobj));
96 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
98 if (!runtime)
102 runtime->GetClassDescriptor(valobj));
145 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
147 if (!runtime)
151 runtime->GetClassDescriptor(valobj));
194 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
196 if (!runtime)
200 runtime->GetClassDescriptor(valobj));
240 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
243 if (!runtime)
247 runtime->GetClassDescriptor(valobj));
276 if (runtime->GetFoundationVersion() >= 2000
288 if (runtime->GetFoundationVersion() >= 2000) {
444 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
446 if (!runtime)
450 runtime->GetClassDescriptor(valobj));
576 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
580 (runtime && runtime->GetFoundationVersion() >= 1400);
785 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
787 if (!runtime)
791 runtime->GetClassDescriptor(valobj));
909 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
911 if (!runtime)
915 runtime->GetClassDescriptor(valobj));
982 auto *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>(
984 if (runtime && runtime->GetFoundationVersion() >= 1600)
1011 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
1013 if (!runtime)
1017 runtime->GetClassDescriptorFromISA(valobj.GetValueAsUnsigned(0)));
1071 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp);
1073 if (!runtime)
1077 runtime->GetClassDescriptor(valobj));