Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_guard.h55 GateRef TryApplyRangeGuardForIndex(DependChains* dependInfo, GateRef gate, GateRef input);
Drange_guard.cpp103 GateRef RangeGuard::TryApplyRangeGuardForIndex(DependChains* dependChain, GateRef gate, GateRef inp… in TryApplyRangeGuardForIndex() function in panda::ecmascript::kungfu::RangeGuard
138 rangeGuardGate = TryApplyRangeGuardForIndex(dependChain, gate, originalInput); in TryApplyRangeGuardGate()