Home
last modified time | relevance | path

Searched refs:SameValueNumbersOnly (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Doperation-typer.h62 Type SameValueNumbersOnly(Type lhs, Type rhs);
Dopcodes.h306 V(SameValueNumbersOnly) \
Dsimplified-operator.h813 const Operator* SameValueNumbersOnly(); in NON_EXPORTED_BASE()
Doperation-typer.cc1234 Type OperationTyper::SameValueNumbersOnly(Type lhs, Type rhs) { in SameValueNumbersOnly() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc818 V(SameValueNumbersOnly, Operator::kCommutative, 2, 0) \
Dtyper.cc2009 return t->operation_typer()->SameValueNumbersOnly(lhs, rhs); in SameValueNumbersOnlyTyper()
Djs-native-context-specialization.cc2528 Node* check = graph()->NewNode(simplified()->SameValueNumbersOnly(), in BuildPropertyStore()
/external/v8/src/builtins/
Dbuiltins-definitions.h602 TFC(SameValueNumbersOnly, Compare) \
Dbuiltins-internal-gen.cc714 TF_BUILTIN(SameValueNumbersOnly, CodeStubAssembler) { in TF_BUILTIN() argument