Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.h145 bool RunBytecodeCall(GateRef gate);
Dcircuit_optimizer.cpp486 {OpCode::BYTECODE_CALL, [&]() -> bool { return RunBytecodeCall(gate); }}, in Run()
761 bool LatticeUpdateRuleSCCP::RunBytecodeCall(GateRef gate) in RunBytecodeCall() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP