Searched refs:objc_runtime (Results 1 – 6 of 6) sorted by relevance
168 ObjCLanguageRuntime *objc_runtime = in ShouldStop() local170 assert(objc_runtime != nullptr); in ShouldStop()171 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr); in ShouldStop()380 LanguageRuntime *objc_runtime in ShouldStop() local384 assert(objc_runtime); in ShouldStop()386 objc_runtime->GetStepThroughTrampolinePlan(GetThread(), false); in ShouldStop()
1071 ObjCLanguageRuntime *objc_runtime = in GetStepThroughDispatchPlan() local1073 assert(objc_runtime != nullptr); in GetStepThroughDispatchPlan()1075 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
851 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute() local852 if (objc_runtime) { in DoExecute()853 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); in DoExecute()953 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in DoExecute() local954 if (objc_runtime) { in DoExecute()956 objc_runtime->GetTaggedPointerVendor(); in DoExecute()
981 if (auto *objc_runtime = ObjCLanguageRuntime::Get(*process)) { in GetTypeScavenger() local982 if (auto *decl_vendor = objc_runtime->GetDeclVendor()) { in GetTypeScavenger()
1090 if (AppleObjCRuntime *objc_runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in ObjCBooleanSummaryProvider() local1094 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
4667 ObjCLanguageRuntime *objc_runtime = ObjCLanguageRuntime::Get(*process); in GetBitSize() local4668 if (objc_runtime) { in GetBitSize()4670 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size)) in GetBitSize()6343 ObjCLanguageRuntime *objc_runtime = in GetChildCompilerTypeAtIndex() local6345 if (objc_runtime != nullptr) { in GetChildCompilerTypeAtIndex()6347 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()