Home | History | Annotate | Download | only in src

Lines Matching refs:is_one_byte

1980   bool is_one_byte = this->IsOneByteRepresentation();
1992 ? (is_one_byte
1995 : (is_one_byte ? heap->short_external_string_with_one_byte_data_map()
1999 ? (is_one_byte
2002 : (is_one_byte ? heap->external_string_with_one_byte_data_map()