Searched refs:RunJSBytecode (Results 1 – 2 of 2) sorted by relevance
139 bool RunJSBytecode(GateRef gate);
480 {OpCode::JS_BYTECODE, [&]() -> bool { return RunJSBytecode(gate); }}, in Run()726 bool LatticeUpdateRuleSCCP::RunJSBytecode(GateRef gate) in RunJSBytecode() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP