Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h781 const Operator* NumberToUint8Clamped(); in NON_EXPORTED_BASE()
Dopcodes.h388 V(NumberToUint8Clamped) \
Doperation-typer.cc563 Type OperationTyper::NumberToUint8Clamped(Type type) { in NumberToUint8Clamped() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc729 V(NumberToUint8Clamped, Operator::kNoProperties, 1, 0) \
Djs-native-context-specialization.cc2828 value = graph()->NewNode(simplified()->NumberToUint8Clamped(), value); in BuildElementAccess()