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