Home
last modified time | relevance | path

Searched refs:SpeculativeBigIntAsUintN (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h814 const Operator* SpeculativeBigIntAsUintN(int bits, in NON_EXPORTED_BASE()
Dopcodes.h504 V(SpeculativeBigIntAsUintN) \
Doperation-typer.cc583 Type OperationTyper::SpeculativeBigIntAsUintN(Type) { in SpeculativeBigIntAsUintN() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc1283 const Operator* SimplifiedOperatorBuilder::SpeculativeBigIntAsUintN( in SpeculativeBigIntAsUintN() function in v8::internal::compiler::SimplifiedOperatorBuilder
Djs-call-reducer.cc8216 : simplified()->SpeculativeBigIntAsUintN(bits_value, in ReduceBigIntAsN()