Home
last modified time | relevance | path

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

/system/core/libunwindstack/benchmarks/
DSymbolBenchmark.cpp110 BenchmarkSymbolLookup(state, 0, GetSymbolSortedElfFile(), false); in BM_symbol_not_present_from_sorted()
115 BenchmarkSymbolLookup(state, 0x138638, GetSymbolSortedElfFile(), true); in BM_symbol_find_single_from_sorted()
120 BenchmarkSymbolLookup(state, std::vector<uint64_t>(15, 0x138638), GetSymbolSortedElfFile(), true); in BM_symbol_find_single_many_times_from_sorted()
127 GetSymbolSortedElfFile(), true); in BM_symbol_find_multiple_from_sorted()
DUtils.cpp34 std::string GetSymbolSortedElfFile() { in GetSymbolSortedElfFile() function
40 return GetSymbolSortedElfFile(); in GetCompressedElfFile()
DUtils.h26 std::string GetSymbolSortedElfFile();