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.cpp737 …cuitBuilder::CanBeConcat(GateRef glue, GateRef leftString, GateRef rightString, GateRef isValidOpt) in CanBeConcat()
744 GateRef CircuitBuilder::CanBackStore(GateRef glue, GateRef rightString, GateRef isValidOpt) in CanBackStore()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2266 GateRef isValidOpt = ConcatIsInStringAdd(Equal(leftIsUtf8, rightIsUtf8), status); in StringAdd() local