Lines Matching refs:LocalAddressSpace
443 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh()
444 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh()
445 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
450 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh()
451 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh()
452 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
457 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
458 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
459 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
470 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in __unw_seh_get_disp_ctx()
472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx()
474 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx()
483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in __unw_seh_set_disp_ctx()
485 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx()
487 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext… in __unw_seh_set_disp_ctx()