Searched refs:GetSymbolSortedElfFile (Results 1 – 3 of 3) sorted by relevance
/system/unwinding/libunwindstack/benchmarks/ |
D | SymbolBenchmark.cpp | 112 BenchmarkSymbolLookup(state, 0, GetSymbolSortedElfFile(), false); in BM_elf_and_symbol_not_present_from_sorted() 117 BenchmarkSymbolLookup(state, 0x138638, GetSymbolSortedElfFile(), true); in BM_elf_and_symbol_find_single_from_sorted() 122 BenchmarkSymbolLookup(state, 0x138638, GetSymbolSortedElfFile(), true, 4096); in BM_elf_and_symbol_find_single_many_times_from_sorted() 129 GetSymbolSortedElfFile(), true); in BM_elf_and_symbol_find_multiple_from_sorted()
|
D | Utils.cpp | 34 std::string GetSymbolSortedElfFile() { in GetSymbolSortedElfFile() function 40 return GetSymbolSortedElfFile(); in GetCompressedElfFile()
|
D | Utils.h | 26 std::string GetSymbolSortedElfFile();
|