Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-type-hint-lowering.cc159 return simplified()->SpeculativeBigIntAdd(hint); in SpeculativeBigIntOp()
Dsimplified-operator.h809 const Operator* SpeculativeBigIntAdd(BigIntOperationHint hint); in NON_EXPORTED_BASE()
Dopcodes.h499 V(SpeculativeBigIntAdd) \
Doperation-typer.cc1155 Type OperationTyper::SpeculativeBigIntAdd(Type lhs, Type rhs) { in SpeculativeBigIntAdd() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc1507 const Operator* SimplifiedOperatorBuilder::SpeculativeBigIntAdd( in SpeculativeBigIntAdd() function in v8::internal::compiler::SimplifiedOperatorBuilder