Searched refs:GetExceptionOpcode (Results 1 – 2 of 2) sorted by relevance
188 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…189 DISPATCH(state.GetDispatchTable(), handler.GetExceptionOpcode());196 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…197 DISPATCH(state.GetDispatchTable(), handler.GetExceptionOpcode());248 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…249 DISPATCH(state.GetDispatchTable(), handler.GetExceptionOpcode());256 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…257 DISPATCH(state.GetDispatchTable(), handler.GetExceptionOpcode());
72 ALWAYS_INLINE uint16_t GetExceptionOpcode() const in GetExceptionOpcode() function