Home
last modified time | relevance | path

Searched refs:EXCEPTION_OPCODE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h35 const uint8_t EXCEPTION_OPCODE = static_cast<uint8_t>(EcmaOpcode::NOP) + 8; member
H A Dinterpreter-inl.h158 goto *dispatchTable[EXCEPTION_OPCODE]; \
185 goto *instDispatchTable[EXCEPTION_OPCODE]; \
H A Dinterpreter-inl.cpp145 goto *dispatchTable[EXCEPTION_OPCODE]; \
172 goto *instDispatchTable[EXCEPTION_OPCODE]; \

Completed in 41 milliseconds