Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp230 GateRef CircuitBuilder::DoubleToInt(GateRef glue, GateRef x, size_t typeBits) in DoubleToInt() argument
249 GateRef bits = Int32(typeBits - 1); in DoubleToInt()
255 result = CallNGCRuntime(glue, RTSTUB_ID(DoubleToInt), Circuit::NullGate(), { x, IntPtr(typeBits) }, in DoubleToInt()
H A Dcircuit_builder.h868 GateRef DoubleToInt(GateRef glue, GateRef x, size_t typeBits);
H A Dstub_builder.cpp8296 GateRef StubBuilder::DoubleToInt(GateRef glue, GateRef x, size_t typeBits) in DoubleToInt() argument
8316 GateRef bits = Int32(typeBits - 1); in DoubleToInt()
8322 result = CallNGCRuntime(glue, RTSTUB_ID(DoubleToInt), { x, IntPtr(typeBits) }); in DoubleToInt()

Completed in 18 milliseconds