Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc893 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
[all …]