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

/art/runtime/
H A Dclass_linker.cc2603 size_t descriptor_length = strlen(descriptor); local
2605 UNLIKELY(descriptor[descriptor_length - 1] != ';') ||
2606 UNLIKELY(memchr(descriptor + 1, '.', descriptor_length - 2) != nullptr)) {
2610 std::string class_name_string(descriptor + 1, descriptor_length - 2);

Completed in 34 milliseconds