Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint.h346 inline int BitwiseAnd_PosPos_ResultLength(int x_length, int y_length) { in BitwiseAnd_PosPos_ResultLength() function
/third_party/node/deps/v8/src/objects/
Dbigint.cc639 bigint::BitwiseAnd_PosPos_ResultLength(x->length(), y->length()); in BitwiseAnd()