Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp38 void Gate::CheckInputOpcode(size_t idx, OpCode expected) const in CheckInputOpcode() function in panda::ecmascript::kungfu::Gate
104 CheckInputOpcode(idx, OpCode::IF_BRANCH); in CheckStateInput()
110 CheckInputOpcode(idx, OpCode::SWITCH_BRANCH); in CheckStateInput()
222 CheckInputOpcode(rootStart, OpCode::CIRCUIT_ROOT); in CheckRootInput()
225 CheckInputOpcode(rootStart, OpCode::ARG_LIST); in CheckRootInput()
229 CheckInputOpcode(rootStart, OpCode::RETURN_LIST); in CheckRootInput()
241 CheckInputOpcode(frameStateStart, OpCode::FRAME_STATE); in CheckFrameStateInput()
Dgate.h265 void CheckInputOpcode(size_t idx, OpCode expected) const;