Searched refs:NumberBitwiseAnd (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator.h | 290 const Operator* NumberBitwiseAnd(); in NON_EXPORTED_BASE()
|
D | operation-typer.cc | 747 Type* OperationTyper::NumberBitwiseAnd(Type* lhs, Type* rhs) { in NumberBitwiseAnd() function in v8::internal::compiler::OperationTyper 970 SPECULATIVE_NUMBER_BINOP(NumberBitwiseAnd) in SPECULATIVE_NUMBER_BINOP()
|
D | opcodes.h | 246 V(NumberBitwiseAnd) \
|
D | simplified-operator.cc | 419 V(NumberBitwiseAnd, Operator::kCommutative, 2, 0) \
|
D | js-builtin-reducer.cc | 1836 graph()->NewNode(simplified()->NumberBitwiseAnd(), in ReduceStringIteratorNext() 1859 graph()->NewNode(simplified()->NumberBitwiseAnd(), trail, in ReduceStringIteratorNext()
|
D | typer.cc | 1000 return NumberBitwiseAnd(ToNumber(lhs, t), ToNumber(rhs, t), t); in JSBitwiseAndTyper()
|
D | js-typed-lowering.cc | 333 return simplified()->NumberBitwiseAnd(); in NumberOp()
|