Home
last modified time | relevance | path

Searched refs:sDepend (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp192 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceHirWithValue() local
193 StateDepend success(ifFalse, sDepend); in ReplaceHirWithValue()
H A Dntype_hcr_lowering.cpp353 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local
355 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()
H A Dnative_inline_lowering.cpp1083 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local
1084 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()
H A Dslowpath_lowering.cpp163 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceHirWithPendingException() local
165 StateDepend success(ifFalse, sDepend); in ReplaceHirWithPendingException()
198 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceHirWithValue() local
199 StateDepend success(ifFalse, sDepend); in ReplaceHirWithValue()
222 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceHirToThrowCall() local
224 StateDepend success(ifFalse, sDepend); in ReplaceHirToThrowCall()
H A Dtyped_hcr_lowering.cpp1689 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceHirWithPendingException() local
1691 StateDepend success(ifFalse, sDepend); in ReplaceHirWithPendingException()
2763 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local
2765 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()
H A Dtyped_native_inline_lowering.cpp3193 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local
3194 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()

Completed in 26 milliseconds