Searched refs:objc_runtime (Results 1 – 6 of 6) sorted by relevance
177 ObjCLanguageRuntime *objc_runtime = in ShouldStop() local179 assert(objc_runtime != nullptr); in ShouldStop()188 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_str, target_addr); in ShouldStop()193 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr); in ShouldStop()401 LanguageRuntime *objc_runtime in ShouldStop() local405 assert(objc_runtime); in ShouldStop()407 objc_runtime->GetStepThroughTrampolinePlan(GetThread(), false); in ShouldStop()
1011 ObjCLanguageRuntime *objc_runtime = in GetStepThroughDispatchPlan() local1013 assert(objc_runtime != nullptr); in GetStepThroughDispatchPlan()1017 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()1021 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sym_name); in GetStepThroughDispatchPlan()
944 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute() local945 if (objc_runtime) { in DoExecute()946 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); in DoExecute()1046 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute() local1047 if (!objc_runtime) { in DoExecute()1054 objc_runtime->GetTaggedPointerVendor(); in DoExecute()
933 if (auto *objc_runtime = ObjCLanguageRuntime::Get(*process)) { in GetTypeScavenger() local934 if (auto *decl_vendor = objc_runtime->GetDeclVendor()) { in GetTypeScavenger()
1168 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider() local1172 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
4690 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in GetBitSize() local4691 if (objc_runtime) { in GetBitSize()4693 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size)) in GetBitSize()6314 ObjCLanguageRuntime *objc_runtime = in GetChildCompilerTypeAtIndex() local6316 if (objc_runtime != nullptr) { in GetChildCompilerTypeAtIndex()6318 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()