Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h925 const Operator* CheckBigInt(const FeedbackSource& feedback); in NON_EXPORTED_BASE()
Dopcodes.h393 V(CheckBigInt)
Doperation-typer.cc587 Type OperationTyper::CheckBigInt(Type type) { return Type::BigInt(); } in CheckBigInt() function in v8::internal::compiler::OperationTyper
Drepresentation-change.cc501 op = simplified()->CheckBigInt(use_info.feedback()); in GetTaggedPointerRepresentationFor()
Dsimplified-operator.cc835 V(CheckBigInt, 1, 1) \