Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.h82 GateRef ConvertTaggedIntToInt32(GateRef gate);
Dlcr_lowering.cpp263 result = ConvertTaggedIntToInt32(value); in LowerConvert()
308 result = ConvertTaggedIntToInt32(gate); in ConvertTaggedNumberToInt32()
324 result = ConvertInt32ToFloat64(ConvertTaggedIntToInt32(gate)); in ConvertTaggedNumberToFloat64()
381 result = ConvertTaggedIntToInt32(value); in LowerCheckTaggedIntAndConvert()
510 GateRef LCRLowering::ConvertTaggedIntToInt32(GateRef gate) in ConvertTaggedIntToInt32() function in panda::ecmascript::kungfu::LCRLowering