Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyped-optimization.cc482 simplified()->NumberBitwiseAnd(), from_char_code_repl, in TryReduceStringComparisonOfStringFromSingleCharCode()
527 simplified()->NumberBitwiseAnd(), left, in ReduceStringComparison()
534 simplified()->NumberBitwiseAnd(), right, in ReduceStringComparison()
Djs-typed-lowering.cc341 return simplified()->NumberBitwiseAnd(); in NumberOp()
1367 simplified()->NumberBitwiseAnd(), scope_info_flags, in ReduceJSHasContextExtension()
2003 simplified()->NumberBitwiseAnd(), bit_field3, in ReduceJSCall()
2038 simplified()->NumberBitwiseAnd(), bit_field3, in ReduceJSCall()
Doperation-typer.cc874 Type OperationTyper::NumberBitwiseAnd(Type lhs, Type rhs) { in NumberBitwiseAnd() function in v8::internal::compiler::OperationTyper
1121 SPECULATIVE_NUMBER_BINOP(NumberBitwiseAnd) in SPECULATIVE_NUMBER_BINOP()
Dopcodes.h320 V(NumberBitwiseAnd) \
Dsimplified-operator.h738 const Operator* NumberBitwiseAnd(); in NON_EXPORTED_BASE()
Djs-call-reducer.cc5043 simplified()->NumberBitwiseAnd(), receiver_bit_field2, in LoadReceiverElementsKind()
5716 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceArrayIterator()
5807 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceArrayIteratorPrototypeNext()
6737 simplified()->NumberBitwiseAnd(), receiver_bit_field2, in ReduceTypedArrayPrototypeToStringTag()
7309 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceArrayBufferViewAccessor()
7439 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceDataViewAccess()
Djs-native-context-specialization.cc2751 simplified()->NumberBitwiseAnd(), buffer_bit_field, in BuildElementAccess()
3389 graph()->NewNode(simplified()->NumberBitwiseAnd(), hash, in BuildExtendPropertiesBackingStore()
Dsimplified-operator.cc716 V(NumberBitwiseAnd, Operator::kCommutative, 2, 0) \
Dtyper.cc1123 return BinaryNumberOpTyper(lhs, rhs, t, NumberBitwiseAnd); in JSBitwiseAndTyper()