Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h812 const Operator* SpeculativeBigIntAsIntN(int bits, in NON_EXPORTED_BASE()
Dopcodes.h503 V(SpeculativeBigIntAsIntN) \
Doperation-typer.cc579 Type OperationTyper::SpeculativeBigIntAsIntN(Type) { in SpeculativeBigIntAsIntN() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc1273 const Operator* SimplifiedOperatorBuilder::SpeculativeBigIntAsIntN( in SpeculativeBigIntAsIntN() function in v8::internal::compiler::SimplifiedOperatorBuilder
Djs-call-reducer.cc8215 ? simplified()->SpeculativeBigIntAsIntN(bits_value, p.feedback()) in ReduceBigIntAsN()