Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.h146 bool RunDebuggerBytecodeCall(GateRef gate);
Dcircuit_optimizer.cpp489 {OpCode::DEBUGGER_BYTECODE_CALL, [&]() -> bool { return RunDebuggerBytecodeCall(gate); }}, in Run()
766 bool LatticeUpdateRuleSCCP::RunDebuggerBytecodeCall(GateRef gate) in RunDebuggerBytecodeCall() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP