Home | History | Annotate | Download | only in runtime

Lines Matching refs:base1

274   uint8_t base1 = static_cast<uint8_t>(mask & 0x7F);
275 *(method_flags_ptr++) = (base1 | 0x80);
876 uint8_t base1 = static_cast<uint8_t>(mask & 0x7F);
877 *(field_flags_ptr++) = (base1 | 0x80);