Home
last modified time | relevance | path

Searched refs:x_addr (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbigint.h25 Address x_addr, Address y_addr);
26 int32_t MutableBigInt_AbsoluteCompare(Address x_addr, Address y_addr);
28 Address x_addr, Address y_addr);
Dbigint.cc1600 Address x_addr, Address y_addr) { in MutableBigInt_AbsoluteAddAndCanonicalize() argument
1601 BigInt x = BigInt::cast(Object(x_addr)); in MutableBigInt_AbsoluteAddAndCanonicalize()
1609 int32_t MutableBigInt_AbsoluteCompare(Address x_addr, Address y_addr) { in MutableBigInt_AbsoluteCompare() argument
1610 BigInt x = BigInt::cast(Object(x_addr)); in MutableBigInt_AbsoluteCompare()
1617 Address x_addr, Address y_addr) { in MutableBigInt_AbsoluteSubAndCanonicalize() argument
1618 BigInt x = BigInt::cast(Object(x_addr)); in MutableBigInt_AbsoluteSubAndCanonicalize()