Home | History | Annotate | Download | only in src

Lines Matching defs:op_

1878       : op_(op) {
1918 switch (op_) {
1948 BuiltinFunctionId op() const { return op_; }
1956 return op_ == b->op();
1960 BuiltinFunctionId op_;
2790 : HUnaryControlInstruction(left, NULL, NULL), op_(op), right_(right) {
2794 Token::Value op() const { return op_; }
2805 const Token::Value op_;
3267 : HBitwiseBinaryOperation(context, left, right), op_(op) {
3273 Token::Value op() const { return op_; }
3295 Token::Value op_;