Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp927 lldb::addr_t isa_addr = LLDB_INVALID_ADDRESS; in GetStepThroughDispatchPlan() local
957 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
977 isa_addr = super_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1000 isa_addr = isa_value.GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1010 if (isa_addr != LLDB_INVALID_ADDRESS) { in GetStepThroughDispatchPlan()
1016 isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1017 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()
1020 isa_addr, sym_name); in GetStepThroughDispatchPlan()
1021 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sym_name); in GetStepThroughDispatchPlan()
1147 thread, *this, dispatch_values, isa_addr, sel_addr, sel_str_addr, in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV1.cpp396 addr_t isa_addr = bucket_data; in UpdateISAToDescriptorMapIfNeeded() local
398 ++isa_idx, isa_addr += addr_size) { in UpdateISAToDescriptorMapIfNeeded()
399 isa = m_process->ReadPointerFromMemory(isa_addr, error); in UpdateISAToDescriptorMapIfNeeded()
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp35 ValueList &input_values, lldb::addr_t isa_addr, lldb::addr_t sel_addr, in AppleThreadPlanStepThroughObjCTrampoline() argument
42 m_isa_addr(isa_addr), m_sel_addr(sel_addr), m_impl_function(nullptr), in AppleThreadPlanStepThroughObjCTrampoline()
H A DAppleThreadPlanStepThroughObjCTrampoline.h27 ValueList &values, lldb::addr_t isa_addr, lldb::addr_t sel_addr,