Home
last modified time | relevance | path

Searched refs:Int16ToBigEndianInt16 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h82 GateRef CircuitBuilder::Int16ToBigEndianInt16(GateRef x) in Int16ToBigEndianInt16() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dcircuit_builder.h856 inline GateRef Int16ToBigEndianInt16(GateRef x);
H A Dtyped_native_inline_lowering.cpp1482 GateRef bigEndianInt16 = builder_.Int16ToBigEndianInt16(uint16Res); in GetValueFromBuffer()
1504 tempRes = builder_.SExtInt16ToInt32(builder_.Int16ToBigEndianInt16(int16Res)); in GetValueFromBuffer()
1682 GateRef bigEndianInt16 = builder_.Int16ToBigEndianInt16(int16Value); in SetValueInBuffer()

Completed in 11 milliseconds