Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb160 …RT(frame->GetMethod()->GetPandaFile()->GetHeader()->quickenedFlag || state.IsPrimaryOpcodeValid());
188 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…
196 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…
200 || handler.IsPrimaryOpcodeValid());
248 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…
256 …|| handler.IsPrimaryOpcodeValid() || (handler.GetExceptionOpcode() == UINT8_MAX + NUM_PREFIXED + 1…
260 || handler.IsPrimaryOpcodeValid());
308 …RT(frame->GetMethod()->GetPandaFile()->GetHeader()->quickenedFlag || state.IsPrimaryOpcodeValid());
323 …(frame->GetMethod()->GetPandaFile()->GetHeader()->quickenedFlag || handler.IsPrimaryOpcodeValid());
333 …RT(frame->GetMethod()->GetPandaFile()->GetHeader()->quickenedFlag || state.IsPrimaryOpcodeValid());
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_state.h103 ALWAYS_INLINE bool IsPrimaryOpcodeValid() const in IsPrimaryOpcodeValid() function
105 return GetInst().IsPrimaryOpcodeValid(); in IsPrimaryOpcodeValid()
Dinstruction_handler_base.h88 ALWAYS_INLINE bool IsPrimaryOpcodeValid() const in IsPrimaryOpcodeValid() function
90 return GetInst().IsPrimaryOpcodeValid(); in IsPrimaryOpcodeValid()
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb36 if (!handler.IsPrimaryOpcodeValid()) {
63 if (!handler.IsPrimaryOpcodeValid()) {
Dcflow_iterate_inl_gen.h.erb33 bool IsPrimaryOpcodeValid() const
35 return inst_.IsPrimaryOpcodeValid();
188 if (!handler.IsPrimaryOpcodeValid()) {
232 if (!handler.IsPrimaryOpcodeValid()) {
Djob_fill_gen.h.erb63 if (!inst.IsPrimaryOpcodeValid()) {
271 % if (!inst.IsPrimaryOpcodeValid()) {
/arkcompiler/runtime_core/verifier/
Dverifier.cpp208 if (!bc_ins.IsPrimaryOpcodeValid()) { in CollectIdInInstructions()
557 if (!bc_ins.IsPrimaryOpcodeValid()) { in VerifyJumpInstruction()
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h276 bool IsPrimaryOpcodeValid() const;
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction.h286 bool IsPrimaryOpcodeValid() const;
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb483 inline bool BytecodeInst<Mode>::IsPrimaryOpcodeValid() const
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb552 inline bool BytecodeInst<MODE>::IsPrimaryOpcodeValid() const
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h197 bool IsPrimaryOpcodeValid() const in IsPrimaryOpcodeValid() function
199 return inst_.IsPrimaryOpcodeValid(); in IsPrimaryOpcodeValid()