Home
last modified time | relevance | path

Searched refs:objc_runtime (Results 1 – 25 of 25) sorted by relevance

/external/lldb/examples/summaries/cocoa/
DClass.py9 import lldb.runtime.objc.objc_runtime
14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
DNSNotification.py10 import lldb.runtime.objc.objc_runtime
78 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
97 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSMachPort.py12 import lldb.runtime.objc.objc_runtime
89 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
108 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSBundle.py12 import lldb.runtime.objc.objc_runtime
92 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
114 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSException.py9 import lldb.runtime.objc.objc_runtime
82 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
101 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DCFBinaryHeap.py12 import lldb.runtime.objc.objc_runtime
86 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
115 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DCFBag.py12 import lldb.runtime.objc.objc_runtime
89 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
119 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSURL.py11 import lldb.runtime.objc.objc_runtime
105 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
124 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSData.py12 import lldb.runtime.objc.objc_runtime
96 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
142 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DCFDictionary.py12 import lldb.runtime.objc.objc_runtime
169 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
195 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
213 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSIndexSet.py12 import lldb.runtime.objc.objc_runtime
112 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
132 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DCFBitVector.py11 import lldb.runtime.objc.objc_runtime
129 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
162 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSDate.py12 import lldb.runtime.objc.objc_runtime
198 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
228 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
243 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DCFArray.py12 import lldb.runtime.objc.objc_runtime
156 return lldb.runtime.objc.objc_runtime.InvalidPointer_Description(True)
159 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,s…
DNSSet.py11 import lldb.runtime.objc.objc_runtime
191 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
237 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DNSNumber.py12 import lldb.runtime.objc.objc_runtime
191 …class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statis…
216 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
DCFString.py11 import lldb.runtime.objc.objc_runtime
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp205 ObjCLanguageRuntime *objc_runtime = GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop() local
206 assert (objc_runtime != NULL); in ShouldStop()
207 objc_runtime->AddToMethodCache (m_isa_addr, m_sel_addr, target_addr); in ShouldStop()
DAppleObjCTrampolineHandler.cpp1033 ObjCLanguageRuntime *objc_runtime = m_process_sp->GetObjCLanguageRuntime (); in GetStepThroughDispatchPlan() local
1034 assert(objc_runtime != NULL); in GetStepThroughDispatchPlan()
1036 impl_addr = objc_runtime->LookupInMethodCache (isa_addr, sel_addr); in GetStepThroughDispatchPlan()
/external/lldb/source/Target/
DThreadPlanStepThrough.cpp94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC() local
95 if (objc_runtime) in LookForPlanToStepThroughFromCurrentPC()
96 m_sub_plan_sp = objc_runtime->GetStepThroughTrampolinePlan (m_thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
DTarget.cpp1169 ObjCLanguageRuntime *objc_runtime = (ObjCLanguageRuntime*)runtime; in SymbolsDidLoad() local
1170 objc_runtime->SymbolsDidLoad(module_list); in SymbolsDidLoad()
DProcess.cpp1979 LanguageRuntime *objc_runtime = GetLanguageRuntime (eLanguageTypeObjC); in IsPossibleDynamicValue() local
1980 return objc_runtime ? objc_runtime->CouldHaveDynamicValue(in_value) : false; in IsPossibleDynamicValue()
/external/lldb/source/Core/
DValueObjectDynamicValue.cpp169 LanguageRuntime *objc_runtime = process->GetLanguageRuntime (lldb::eLanguageTypeObjC); in UpdateValue() local
170 if (objc_runtime) in UpdateValue()
171 …found_dynamic_type = objc_runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_… in UpdateValue()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp903 ObjCLanguageRuntime *objc_runtime = m_process->GetObjCLanguageRuntime(true); in AddModulesUsingImageInfos() local
904 if (objc_runtime != NULL && !objc_runtime->HasReadObjCLibrary()) in AddModulesUsingImageInfos()
909 if (objc_runtime->IsModuleObjCLibrary (loaded_module_list.GetModuleAtIndex (i))) in AddModulesUsingImageInfos()
911 objc_runtime->ReadObjCLibrary (loaded_module_list.GetModuleAtIndex (i)); in AddModulesUsingImageInfos()
1383 ObjCLanguageRuntime *objc_runtime = m_process->GetObjCLanguageRuntime(); in AlwaysRelyOnEHUnwindInfo() local
1384 if (objc_runtime != NULL && objc_runtime->IsModuleObjCLibrary (module_sp)) in AlwaysRelyOnEHUnwindInfo()
/external/lldb/source/Symbol/
DClangASTType.cpp3100 … ObjCLanguageRuntime *objc_runtime = process->GetObjCLanguageRuntime(); in GetChildClangTypeAtIndex() local
3101 if (objc_runtime != NULL) in GetChildClangTypeAtIndex()
3104 …child_byte_offset = objc_runtime->GetByteOffsetForIvar (parent_ast_type, ivar_decl->getNameAsStrin… in GetChildClangTypeAtIndex()