Searched defs:ShiftLeft (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dbignum.cc240 void Bignum::ShiftLeft(int shift_amount) { function in class:v8::internal::Bignum
338 ShiftLeft(exponent);
483 ShiftLeft(shifts * power_exponent);

Completed in 84 milliseconds