Home
last modified time | relevance | path

Searched refs:READ_INST_OP (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h88 opcode = READ_INST_OP(); goto *dispatchTable[opcode]; \
95 opcode = READ_INST_OP(); goto *dispatchTable[opcode]; \
560 #define READ_INST_OP() READ_INST_8(0) // NOLINT(hicpp-signed-bitwise, cppcoreguidelines-macro-usage) macro
H A Dinterpreter-inl.cpp75 opcode = READ_INST_OP(); goto *dispatchTable[opcode]; \
82 opcode = READ_INST_OP(); goto *dispatchTable[opcode]; \
547 #define READ_INST_OP() READ_INST_8(0) // NOLINT(hicpp-signed-bitwise, cppcoreguidelines-macro-usage) macro
1033 uint8_t opcode = READ_INST_OP(); in RunInternal()
H A Dinterpreter_assembly.cpp122 #define READ_INST_OP() READ_INST_8(0) // NOLINT(hicpp-signed-bitwise, cppcoreguidelines-macro-usage) macro
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp38 #define READ_INST_OP() READ_INST_8(0) // NOLINT(hicpp-signed-bitwise, cppcoreguidelines-macro-usage) macro

Completed in 34 milliseconds