Searched refs:m_vtables_up (Results 1 – 2 of 2) sorted by relevance
693 m_vtables_up = in AppleObjCTrampolineHandler()695 if (m_vtables_up) in AppleObjCTrampolineHandler()696 m_vtables_up->ReadRegions(); in AppleObjCTrampolineHandler()838 if (!this_dispatch && m_vtables_up) { in GetStepThroughDispatchPlan()840 if (m_vtables_up->IsAddressInVTables(curr_pc, flags)) { in GetStepThroughDispatchPlan()
164 std::unique_ptr<AppleObjCVTables> m_vtables_up; variable