Home | History | Annotate | Download | only in src

Lines Matching refs:encode

2401   void set_pretenure() { bitfield_ |= Pretenure::encode(true); }
2467 bitfield_ = IsExpression::encode(function_type != DECLARATION) |
2468 IsAnonymous::encode(function_type == ANONYMOUS_EXPRESSION) |
2469 Pretenure::encode(false) |
2470 HasDuplicateParameters::encode(has_duplicate_parameters) |
2471 IsFunction::encode(is_function) |
2472 IsParenthesized::encode(is_parenthesized) |
2473 FunctionKindBits::encode(kind);