Home
last modified time | relevance | path

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

/aosp12/art/compiler/debug/
H A Delf_debug_frame_writer.h157 std::vector<const MethodDebugInfo*> sorted_method_infos; in WriteCFISection() local
158 sorted_method_infos.reserve(method_infos.size()); in WriteCFISection()
161 sorted_method_infos.push_back(&method_infos[i]); in WriteCFISection()
164 if (sorted_method_infos.empty()) { in WriteCFISection()
168 sorted_method_infos.begin(), in WriteCFISection()
169 sorted_method_infos.end(), in WriteCFISection()
179 binary_search_table.reserve(2 * sorted_method_infos.size()); in WriteCFISection()
191 for (const MethodDebugInfo* mi : sorted_method_infos) { in WriteCFISection()