Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-type-hint-lowering.cc164 return simplified()->SpeculativeBigIntSubtract(hint); in SpeculativeBigIntOp()
Dopcodes.h497 V(SpeculativeBigIntSubtract)
Dsimplified-operator.h807 const Operator* SpeculativeBigIntSubtract(BigIntOperationHint hint); in NON_EXPORTED_BASE()
Doperation-typer.cc1148 Type OperationTyper::SpeculativeBigIntSubtract(Type lhs, Type rhs) { in SpeculativeBigIntSubtract() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc1559 const Operator* SimplifiedOperatorBuilder::SpeculativeBigIntSubtract( in SpeculativeBigIntSubtract() function in v8::internal::compiler::SimplifiedOperatorBuilder