Home
last modified time | relevance | path

Searched defs:dependRelay (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp806 GateRef dependRelay = circuit_->NewGate(circuit_->DependRelay(), {deopt, depend}); in NewDeopt() local
922 auto dependRelay = circuit_->NewGate(circuit_->DependRelay(), {ifSuccess, depend}); in MergeThrowGate() local
945 auto dependRelay = circuit_->NewGate(circuit_->DependRelay(), {ifSuccess, depend}); in MergeExceptionGete() local
1199 GateRef dependRelay = circuit_->NewGate(circuit_->DependRelay(), {deopt, depend}); in GenDeoptAndReturnForOsrLoopExit() local
Dstate_split_linearizer.cpp219 auto dependRelay = circuit->NewGate( in TryInsertRelay() local
Dcircuit_builder.cpp381 auto dependRelay = DependRelay(trueBB, currentDepend); in DeoptCheck() local