Home
last modified time | relevance | path

Searched defs:isValidOpt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp742 GateRef CircuitBuilder::CanBeConcat(GateRef leftString, GateRef rightString, GateRef isValidOpt) in CanBeConcat()
749 GateRef CircuitBuilder::CanBackStore(GateRef rightString, GateRef isValidOpt) in CanBackStore()
Dtyped_hcr_lowering.cpp1857 GateRef isValidOpt = builder_.Equal(leftIsUtf8, rightIsUtf8); in LowerStringAdd() local