Searched refs:x_addr (Results 1 – 2 of 2) sorted by relevance
25 Address x_addr, Address y_addr);26 int32_t MutableBigInt_AbsoluteCompare(Address x_addr, Address y_addr);28 Address x_addr, Address y_addr);
1600 Address x_addr, Address y_addr) { in MutableBigInt_AbsoluteAddAndCanonicalize() argument1601 BigInt x = BigInt::cast(Object(x_addr)); in MutableBigInt_AbsoluteAddAndCanonicalize()1609 int32_t MutableBigInt_AbsoluteCompare(Address x_addr, Address y_addr) { in MutableBigInt_AbsoluteCompare() argument1610 BigInt x = BigInt::cast(Object(x_addr)); in MutableBigInt_AbsoluteCompare()1617 Address x_addr, Address y_addr) { in MutableBigInt_AbsoluteSubAndCanonicalize() argument1618 BigInt x = BigInt::cast(Object(x_addr)); in MutableBigInt_AbsoluteSubAndCanonicalize()