Home
last modified time | relevance | path

Searched refs:maps2 (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/benchmarks/
DMapsBenchmark.cpp57 const char* maps2, size_t maps2_total) { in ReparseBenchmark() argument
68 maps.BenchmarkSetMapsFile(maps2); in ReparseBenchmark()
122 TemporaryFile maps2; in BM_local_updatable_maps_reparse_few_extra_small() local
123 CreateMap(maps2.path, kNumSmallMaps); in BM_local_updatable_maps_reparse_few_extra_small()
125 ReparseBenchmark(state, maps1.path, kNumSmallMaps - 4, maps2.path, kNumSmallMaps); in BM_local_updatable_maps_reparse_few_extra_small()
133 TemporaryFile maps2; in BM_local_updatable_maps_reparse_few_extra_large() local
134 CreateMap(maps2.path, kNumLargeMaps); in BM_local_updatable_maps_reparse_few_extra_large()
136 ReparseBenchmark(state, maps1.path, kNumLargeMaps - 4, maps2.path, kNumLargeMaps); in BM_local_updatable_maps_reparse_few_extra_large()
144 TemporaryFile maps2; in BM_local_updatable_maps_reparse_few_less_small() local
145 CreateMap(maps2.path, kNumSmallMaps - 4); in BM_local_updatable_maps_reparse_few_less_small()
[all …]
/system/core/libunwindstack/tests/
DMapsTest.cpp71 Maps maps2 = std::move(maps); in TEST() local
73 ASSERT_EQ(3U, maps2.Total()); in TEST()
74 MapInfo* info = maps2.Get(0); in TEST()