Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.h258 bool ConcatIsInStringAdd(GateRef gate) const;
Dtyped_hcr_lowering.cpp1861 if (!ConcatIsInStringAdd(gate)) { in LowerStringAdd()
2175 if (!ConcatIsInStringAdd(gate)) { in IsFirstConcatInStringAdd()
2182 bool TypedHCRLowering::ConcatIsInStringAdd(GateRef gate) const in ConcatIsInStringAdd() function in panda::ecmascript::kungfu::TypedHCRLowering