Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_opt_pass.cpp115 GateRef TSHCROptPass::ConvertConstSingleCharToInt32(GateRef gate) in ConvertConstSingleCharToInt32() function in panda::ecmascript::kungfu::TSHCROptPass
130 left = ConvertConstSingleCharToInt32(left); in ConvertToSingleCharComparison()
132 right = ConvertConstSingleCharToInt32(right); in ConvertToSingleCharComparison()
Dts_hcr_opt_pass.h62 GateRef ConvertConstSingleCharToInt32(GateRef gate);