Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc3428 const auto angle_start = std::lower_bound(first, angle_end, "<", compare); in FindStringRangesForMethodNames() local
3429 init_indices_.angle_bracket_start_index = angle_start - first; in FindStringRangesForMethodNames()
3430 if (angle_start == angle_end) { in FindStringRangesForMethodNames()
3439 const auto it = std::lower_bound(angle_start, angle_end, kClinit, compare); in FindStringRangesForMethodNames()
3448 const auto it = std::lower_bound(angle_start, angle_end, kInit, compare); in FindStringRangesForMethodNames()