Lines Matching refs:uintptr
223 extern macro StoreBigIntDigit(BigInt, constexpr int31, uintptr): void;
259 let high_part: intptr = Signed(convert<uintptr>(high_word));
260 let low_part: intptr = Signed(convert<uintptr>(low_word));
426 let getIndexIntptr: intptr = Signed(convert<uintptr>(getIndexFloat));
428 let viewOffsetIntptr: intptr = Signed(convert<uintptr>(viewOffsetFloat));
656 extern macro DataViewDecodeBigIntLength(BigInt): uintptr;
657 extern macro DataViewDecodeBigIntSign(BigInt): uintptr;
658 extern macro LoadBigIntDigit(BigInt, constexpr int31): uintptr;
667 let length: uintptr = DataViewDecodeBigIntLength(bigint_value);
668 let sign: uintptr = DataViewDecodeBigIntSign(bigint_value);
679 let value: uintptr = LoadBigIntDigit(bigint_value, 0);
748 let getIndexIntptr: intptr = Signed(convert<uintptr>(getIndexFloat));
750 let viewOffsetIntptr: intptr = Signed(convert<uintptr>(viewOffsetFloat));