Searched refs:kSortedSymbolMinCount (Results 1 – 1 of 1) sorted by relevance
48 constexpr size_t kSortedSymbolMinCount = 100; // Don't bother if the table is very small (JIT). variable126 if (kGenerateSortedSymbol && debug_info.compiled_methods.size() >= kSortedSymbolMinCount) { in WriteDebugSymbols()