Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.h139 bool RunJSBytecode(GateRef gate);
Dcircuit_optimizer.cpp480 {OpCode::JS_BYTECODE, [&]() -> bool { return RunJSBytecode(gate); }}, in Run()
726 bool LatticeUpdateRuleSCCP::RunJSBytecode(GateRef gate) in RunJSBytecode() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP