Searched refs:GetElfFile (Results 1 – 4 of 4) sorted by relevance
/system/core/libunwindstack/benchmarks/ |
D | SymbolBenchmark.cpp | 88 BenchmarkSymbolLookup(state, 0, GetElfFile(), false); in BM_symbol_not_present() 93 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true); in BM_symbol_find_single() 98 BenchmarkSymbolLookup(state, std::vector<uint64_t>(15, 0x22b2bc), GetElfFile(), true); in BM_symbol_find_single_many_times() 105 GetElfFile(), true); in BM_symbol_find_multiple()
|
D | Utils.h | 24 std::string GetElfFile();
|
D | Utils.cpp | 30 std::string GetElfFile() { in GetElfFile() function
|
D | ElfBenchmark.cpp | 72 BenchmarkElfCreate(state, GetElfFile()); in BM_elf_create()
|