Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.h257 bool IsFirstConcatInStringAdd(GateRef gate) const;
Dtyped_hcr_lowering.cpp1858 if (!IsFirstConcatInStringAdd(gate)) { in LowerStringAdd()
2173 bool TypedHCRLowering::IsFirstConcatInStringAdd(GateRef gate) const in IsFirstConcatInStringAdd() function in panda::ecmascript::kungfu::TypedHCRLowering