Home
last modified time | relevance | path

Searched refs:GetPrimaryOpcode (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dcflow_iterate_inl_gen.h.erb23 uint8_t GetPrimaryOpcode()
25 return inst_.GetPrimaryOpcode();
193 goto* dispatchTable[handler.GetPrimaryOpcode()];
234 << "Current value is: " << static_cast<int>(handler.GetPrimaryOpcode())
241 goto* dispatchTable[handler.GetPrimaryOpcode()];
245 << "Current value is: " << static_cast<int>(handler.GetPrimaryOpcode())
Dabs_int_inl_gen.h.erb40 goto* dispatchTable[handler.GetPrimaryOpcode()];
67 goto* dispatchTable[handler.GetPrimaryOpcode()];
Djob_fill_gen.h.erb67 goto* dispatchTable[inst.GetPrimaryOpcode()];
273 % << "Current value is: " << static_cast<int>(inst.GetPrimaryOpcode
287 % goto* dispatchTable[inst.GetPrimaryOpcode()];
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_base.h75 return static_cast<unsigned>(GetInst().GetPrimaryOpcode()) + state_->GetOpcodeExtension(); in GetExceptionOpcode()
78 ALWAYS_INLINE uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
80 return static_cast<unsigned>(GetInst().GetPrimaryOpcode()); in GetPrimaryOpcode()
253 SetOpcodeExtension(GetOpcodeExtension() - GetPrimaryOpcode()); in MoveToExceptionHandler()
Dinstruction_handler_state.h93 ALWAYS_INLINE uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb162 DISPATCH(state.GetDispatchTable(), state.GetPrimaryOpcode());
201 DISPATCH(state.GetDispatchTable(), handler.GetPrimaryOpcode());
261 DISPATCH(state.GetDispatchTable(), handler.GetPrimaryOpcode());
309 goto* state.GetDispatchTable()[state.GetPrimaryOpcode()];
324 DISPATCH(handler.GetDispatchTable(), handler.GetPrimaryOpcode());
334 goto* state.GetDispatchTable()[state.GetPrimaryOpcode()];
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h52 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb307 uint8_t primary = GetPrimaryOpcode();
317 …ASSERT(GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>); // NOLINT(readability…
329 …return GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>; // NOLINT(readability-…
485 auto opcode = GetPrimaryOpcode();
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb384 uint8_t primary = GetPrimaryOpcode();
394 …ASSERT(GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>); // NOLINT(readability…
406 …return GetPrimaryOpcode() >= <%= Panda::prefixes.map(&:opcode_idx).min %>; // NOLINT(readability-…
554 auto opcode = GetPrimaryOpcode();
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h271 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction.h281 uint8_t GetPrimaryOpcode() const in GetPrimaryOpcode() function
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h187 uint8_t GetPrimaryOpcode() in GetPrimaryOpcode() function
189 return inst_.GetPrimaryOpcode(); in GetPrimaryOpcode()