Lines Matching refs:InterpreterBitwiseBinaryOpAssembler
893 class InterpreterBitwiseBinaryOpAssembler : public InterpreterAssembler { class
895 InterpreterBitwiseBinaryOpAssembler(CodeAssemblerState* state, in InterpreterBitwiseBinaryOpAssembler() function in v8::internal::interpreter::__anon75224dcd0111::InterpreterBitwiseBinaryOpAssembler
985 IGNITION_HANDLER(BitwiseOr, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
992 IGNITION_HANDLER(BitwiseXor, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
999 IGNITION_HANDLER(BitwiseAnd, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1009 IGNITION_HANDLER(ShiftLeft, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1019 IGNITION_HANDLER(ShiftRight, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1029 IGNITION_HANDLER(ShiftRightLogical, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1036 IGNITION_HANDLER(BitwiseOrSmi, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1043 IGNITION_HANDLER(BitwiseXorSmi, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1050 IGNITION_HANDLER(BitwiseAndSmi, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1097 IGNITION_HANDLER(ShiftLeftSmi, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1106 IGNITION_HANDLER(ShiftRightSmi, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument
1115 IGNITION_HANDLER(ShiftRightLogicalSmi, InterpreterBitwiseBinaryOpAssembler) { in IGNITION_HANDLER() argument