Home
last modified time | relevance | path

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

/external/v8/src/
Dbignum.h32 void AddBignum(const Bignum& other);
Dbignum.cc146 AddBignum(other); in AddUInt64()
150 void Bignum::AddBignum(const Bignum& other) { in AddBignum() function in v8::internal::Bignum