Searched refs:typeBits (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.cpp | 230 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 D | circuit_builder.h | 868 GateRef DoubleToInt(GateRef glue, GateRef x, size_t typeBits);
|
H A D | stub_builder.cpp | 8296 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