Home | History | Annotate | Download | only in src

Lines Matching refs:is_constant

1001   StoreGlobalStub(Isolate* isolate, bool is_constant, bool check_global)
1003 set_sub_minor_key(IsConstantBits::encode(is_constant) |
1028 bool is_constant() const { return IsConstantBits::decode(sub_minor_key()); }