Searched refs:impl_addr (Results 1 – 3 of 3) sorted by relevance
57 lldb::addr_t impl_addr) { in AddToMethodCache() argument62 class_addr, selector, impl_addr); in AddToMethodCache()65 ClassAndSel(class_addr, selector), impl_addr)); in AddToMethodCache()
1030 lldb::addr_t impl_addr = LLDB_INVALID_ADDRESS; in GetStepThroughDispatchPlan() local1042 impl_addr = objc_runtime->LookupInMethodCache(isa_addr, sel_addr); in GetStepThroughDispatchPlan()1045 if (impl_addr != LLDB_INVALID_ADDRESS) { in GetStepThroughDispatchPlan()1050 impl_addr); in GetStepThroughDispatchPlan()1053 new ThreadPlanRunToAddress(thread, impl_addr, stop_others)); in GetStepThroughDispatchPlan()
226 lldb::addr_t impl_addr);