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()
212 CheckInputOpcode(rootStart, OpCode::CIRCUIT_ROOT); in CheckRootInput()
215 CheckInputOpcode(rootStart, OpCode::ARG_LIST); in CheckRootInput()
219 CheckInputOpcode(rootStart, OpCode::RETURN_LIST); in CheckRootInput()
231 CheckInputOpcode(frameStateStart, OpCode::FRAME_STATE); in CheckFrameStateInput()
Dgate.h267 void CheckInputOpcode(size_t idx, OpCode expected) const;