Searched refs:RunBytecodeCall (Results 1 – 2 of 2) sorted by relevance
145 bool RunBytecodeCall(GateRef gate);
486 {OpCode::BYTECODE_CALL, [&]() -> bool { return RunBytecodeCall(gate); }}, in Run()761 bool LatticeUpdateRuleSCCP::RunBytecodeCall(GateRef gate) in RunBytecodeCall() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP