Searched refs:sDepend (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | builtins_lowering.cpp | 192 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceHirWithValue() local 193 StateDepend success(ifFalse, sDepend); in ReplaceHirWithValue()
|
H A D | ntype_hcr_lowering.cpp | 353 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local 355 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()
|
H A D | native_inline_lowering.cpp | 1083 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local 1084 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()
|
H A D | slowpath_lowering.cpp | 163 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 D | typed_hcr_lowering.cpp | 1689 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 D | typed_native_inline_lowering.cpp | 3193 GateRef sDepend = builder_.DependRelay(ifFalse, depend); in ReplaceGateWithPendingException() local 3194 StateDepend success(ifFalse, sDepend); in ReplaceGateWithPendingException()
|
Completed in 26 milliseconds