Home
last modified time | relevance | path

Searched refs:UnsignedRightShift (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-bigint.cc146 result = BigInt::UnsignedRightShift(isolate, left, right); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Dbigint.h120 static MaybeHandle<BigInt> UnsignedRightShift(Isolate* isolate,
Dbigint.cc581 MaybeHandle<BigInt> BigInt::UnsignedRightShift(Isolate* isolate, in UnsignedRightShift() function in v8::internal::BigInt