Home | History | Annotate | Download | only in src

Lines Matching refs:kIsExtensible

2872     set_bit_field2(bit_field2() | (1 << kIsExtensible));
2876 return ((1 << kIsExtensible) & bit_field2()) != 0;
2995 static const int kIsExtensible = 0;