• Home
  • Raw
  • Download

Lines Matching refs:LocalAddressSpace

441   new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor))  in __unw_init_seh()
442 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh()
443 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
448 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh()
449 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh()
450 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
455 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
456 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
457 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
468 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in __unw_seh_get_disp_ctx()
470 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->getDispatcherCo… in __unw_seh_get_disp_ctx()
472 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->getDispatcher… in __unw_seh_get_disp_ctx()
481 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->setDispatcherContex… in __unw_seh_set_disp_ctx()
483 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)->setDispatcherContext(d… in __unw_seh_set_disp_ctx()
485 …reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)->setDispatcherContext… in __unw_seh_set_disp_ctx()