Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc715 int32_t dot_index = h_name->LastIndexOf('.'); in Class_getSimpleNameNative() local
716 if (dot_index < 0) { in Class_getSimpleNameNative()
719 int32_t start_index = dot_index + 1; in Class_getSimpleNameNative()