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

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

Completed in 181 milliseconds