Home
last modified time | relevance | path

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

/system/core/libunwindstack/benchmarks/
DSymbolBenchmark.cpp88 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()
DUtils.h24 std::string GetElfFile();
DUtils.cpp30 std::string GetElfFile() { in GetElfFile() function
DElfBenchmark.cpp72 BenchmarkElfCreate(state, GetElfFile()); in BM_elf_create()