Searched refs:descriptor_length (Results 1 – 1 of 1) sorted by relevance
3124 size_t descriptor_length = strlen(descriptor); in FindClass() local3126 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()