Searched refs:objc_runtime (Results 1 – 9 of 9) sorted by relevance
176 ObjCLanguageRuntime *objc_runtime = in ShouldStop() local178 assert(objc_runtime != NULL); in ShouldStop()179 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr); in ShouldStop()
1038 ObjCLanguageRuntime *objc_runtime = in GetStepThroughDispatchPlan() local1040 assert(objc_runtime != NULL); in GetStepThroughDispatchPlan()1042 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
575 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in DoExecute() local576 if (objc_runtime) { in DoExecute()577 auto iterators_pair = objc_runtime->GetDescriptorIteratorPair(); in DoExecute()677 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in DoExecute() local678 if (objc_runtime) { in DoExecute()680 objc_runtime->GetTaggedPointerVendor(); in DoExecute()
93 ObjCLanguageRuntime *objc_runtime = in LookForPlanToStepThroughFromCurrentPC() local95 if (objc_runtime) in LookForPlanToStepThroughFromCurrentPC()97 objc_runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
1790 LanguageRuntime *objc_runtime = GetLanguageRuntime(eLanguageTypeObjC); in IsPossibleDynamicValue() local1791 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
1658 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime *)runtime; in SymbolsDidLoad() local1659 objc_runtime->SymbolsDidLoad(module_list); in SymbolsDidLoad()
946 auto objc_runtime = process->GetObjCLanguageRuntime(create_on_demand); in GetTypeScavenger() local947 if (objc_runtime) { in GetTypeScavenger()948 auto decl_vendor = objc_runtime->GetDeclVendor(); in GetTypeScavenger()
1062 if (AppleObjCRuntime *objc_runtime = in ObjCBooleanSummaryProvider() local1066 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
5033 ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetBitSize() local5034 if (objc_runtime) { in GetBitSize()5036 if (objc_runtime->GetTypeBitSize( in GetBitSize()6831 ObjCLanguageRuntime *objc_runtime = in GetChildCompilerTypeAtIndex() local6833 if (objc_runtime != nullptr) { in GetChildCompilerTypeAtIndex()6836 child_byte_offset = objc_runtime->GetByteOffsetForIvar( in GetChildCompilerTypeAtIndex()