Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_symtab_writer.h48 constexpr size_t kSortedSymbolMinCount = 100; // Don't bother if the table is very small (JIT). variable
126 if (kGenerateSortedSymbol && debug_info.compiled_methods.size() >= kSortedSymbolMinCount) { in WriteDebugSymbols()