Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc900 void BitwiseBinaryOpWithFeedback(Operation bitwise_op) { in BitwiseBinaryOpWithFeedback() function in v8::internal::interpreter::__anon75224dcd0111::InterpreterBitwiseBinaryOpAssembler
986 BitwiseBinaryOpWithFeedback(Operation::kBitwiseOr); in IGNITION_HANDLER()
993 BitwiseBinaryOpWithFeedback(Operation::kBitwiseXor); in IGNITION_HANDLER()
1000 BitwiseBinaryOpWithFeedback(Operation::kBitwiseAnd); in IGNITION_HANDLER()
1010 BitwiseBinaryOpWithFeedback(Operation::kShiftLeft); in IGNITION_HANDLER()
1020 BitwiseBinaryOpWithFeedback(Operation::kShiftRight); in IGNITION_HANDLER()
1030 BitwiseBinaryOpWithFeedback(Operation::kShiftRightLogical); in IGNITION_HANDLER()