Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc999 void BitwiseBinaryOpWithSmi(Operation bitwise_op) { in BitwiseBinaryOpWithSmi() function in v8::internal::interpreter::__anoneee07c0f0111::InterpreterBitwiseBinaryOpAssembler
1087 BitwiseBinaryOpWithSmi(Operation::kBitwiseOr); in IGNITION_HANDLER()
1094 BitwiseBinaryOpWithSmi(Operation::kBitwiseXor); in IGNITION_HANDLER()
1101 BitwiseBinaryOpWithSmi(Operation::kBitwiseAnd); in IGNITION_HANDLER()
1127 BitwiseBinaryOpWithSmi(Operation::kShiftLeft); in IGNITION_HANDLER()
1136 BitwiseBinaryOpWithSmi(Operation::kShiftRight); in IGNITION_HANDLER()
1145 BitwiseBinaryOpWithSmi(Operation::kShiftRightLogical); in IGNITION_HANDLER()