Searched refs:m_isa_addr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 42 m_isa_addr(isa_addr), m_sel_addr(sel_addr), m_impl_function(nullptr), in AppleThreadPlanStepThroughObjCTrampoline() 96 m_isa_addr, m_sel_addr); in GetDescription() 188 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_str, target_addr); in ShouldStop() 191 m_isa_addr, m_sel_str, target_addr); in ShouldStop() 193 objc_runtime->AddToMethodCache(m_isa_addr, m_sel_addr, target_addr); in ShouldStop() 197 m_isa_addr, m_sel_addr, target_addr); in ShouldStop()
|
| H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 64 lldb::addr_t m_isa_addr; /// isa_addr and sel_addr are the keys we will use to variable
|