Home
last modified time | relevance | path

Searched refs:GetExceptionOpcode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb188 …|| 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());
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_base.h72 ALWAYS_INLINE uint16_t GetExceptionOpcode() const in GetExceptionOpcode() function