Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-bigint.cc143 result = BigInt::SignedRightShift(isolate, left, right); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Dbigint.h117 static MaybeHandle<BigInt> SignedRightShift(Isolate* isolate,
Dbigint.cc574 MaybeHandle<BigInt> BigInt::SignedRightShift(Isolate* isolate, Handle<BigInt> x, in SignedRightShift() function in v8::internal::BigInt