Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3124 size_t descriptor_length = strlen(descriptor); in FindClass() local
3126 UNLIKELY(descriptor[descriptor_length - 1] != ';') || in FindClass()
3127 UNLIKELY(memchr(descriptor + 1, '.', descriptor_length - 2) != nullptr)) { in FindClass()
3132 std::string class_name_string(descriptor + 1, descriptor_length - 2); in FindClass()