Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_state.h88 ALWAYS_INLINE void SetOpcodeExtension(uint16_t opcodeExtension) in SetOpcodeExtension() argument
90 opcodeExtension_ = opcodeExtension; in SetOpcodeExtension()
Dinstruction_handler_base.h286 ALWAYS_INLINE void SetOpcodeExtension(uint16_t opcodeExtension) in SetOpcodeExtension() argument
288 state_->SetOpcodeExtension(opcodeExtension); in SetOpcodeExtension()