Home
last modified time | relevance | path

Searched refs:isa_addr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp988 lldb::addr_t isa_addr = LLDB_INVALID_ADDRESS; in GetStepThroughDispatchPlan() local
1015 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1035 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1058 isa_addr = isa_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1068 if (isa_addr != LLDB_INVALID_ADDRESS) { in GetStepThroughDispatchPlan()
1073 isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1079 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1169 thread, *this, dispatch_values, isa_addr, sel_addr, in GetStepThroughDispatchPlan()
DAppleObjCRuntimeV1.cpp411 addr_t isa_addr = bucket_data; in UpdateISAToDescriptorMapIfNeeded() local
413 ++isa_idx, isa_addr += addr_size) { in UpdateISAToDescriptorMapIfNeeded()
414 isa = m_process->ReadPointerFromMemory(isa_addr, error); in UpdateISAToDescriptorMapIfNeeded()
DAppleThreadPlanStepThroughObjCTrampoline.cpp33 ValueList &input_values, lldb::addr_t isa_addr, lldb::addr_t sel_addr, in AppleThreadPlanStepThroughObjCTrampoline() argument
40 m_isa_addr(isa_addr), m_sel_addr(sel_addr), m_impl_function(nullptr), in AppleThreadPlanStepThroughObjCTrampoline()
DAppleThreadPlanStepThroughObjCTrampoline.h27 ValueList &values, lldb::addr_t isa_addr, lldb::addr_t sel_addr,