Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_frame_writer.h181 std::vector<const MethodDebugInfo*> sorted_method_infos; in WriteCFISection() local
182 sorted_method_infos.reserve(method_infos.size()); in WriteCFISection()
185 sorted_method_infos.push_back(&method_infos[i]); in WriteCFISection()
188 if (sorted_method_infos.empty()) { in WriteCFISection()
192 sorted_method_infos.begin(), in WriteCFISection()
193 sorted_method_infos.end(), in WriteCFISection()
203 binary_search_table.reserve(2 * sorted_method_infos.size()); in WriteCFISection()
215 for (const MethodDebugInfo* mi : sorted_method_infos) { in WriteCFISection()