Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_guard.cpp132 auto originalInputOpcode = acc_.GetOpCode(originalInput); in TryApplyRangeGuardGate() local
134 if (originalInputOpcode == OpCode::LOAD_TYPED_ARRAY_LENGTH || in TryApplyRangeGuardGate()
135 originalInputOpcode == OpCode::LOAD_ARRAY_LENGTH) { in TryApplyRangeGuardGate()
137 } else if (originalInputOpcode != OpCode::CONSTANT && rangeGuardGate == Circuit::NullGate()) { in TryApplyRangeGuardGate()

Completed in 1 milliseconds