Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
DSymbolBenchmark.cpp90 BenchmarkSymbolLookup(state, 0, GetElfFile(), false); in BM_elf_and_symbol_not_present()
95 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true); in BM_elf_and_symbol_find_single()
100 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true, 4096); in BM_elf_and_symbol_find_single_many_times()
107 GetElfFile(), true); in BM_elf_and_symbol_find_multiple()
DUtils.h24 std::string GetElfFile();
DUtils.cpp30 std::string GetElfFile() { in GetElfFile() function
DElfBenchmark.cpp72 BenchmarkElfCreate(state, GetElfFile()); in BM_elf_create()