Home
last modified time | relevance | path

Searched refs:tableLookupIndex (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Djava_lang_StringFactory.cc225 int tableLookupIndex = b & 0x3f; in StringFactory_newStringFromUtf8Bytes() local
226 utf8_bytes_needed = kTableUtf8Needed[tableLookupIndex]; in StringFactory_newStringFromUtf8Bytes()