Lines Matching refs:maps_

58     maps_.reset(  in Init()
72 ASSERT_TRUE(maps_->Parse()); in Init()
75 MapInfo* map_info = maps_->Get(kMapGlobalNonReadable).get(); in Init()
80 map_info = maps_->Get(kMapGlobalSetToZero).get(); in Init()
85 map_info = maps_->Get(kMapGlobal).get(); in Init()
90 map_info = maps_->Get(kMapGlobalAfterEmpty).get(); in Init()
122 std::unique_ptr<BufferMaps> maps_; member in unwindstack::DexFilesTest
182 dex_files_->GetFunctionName(maps_.get(), 0, &method_name, &method_offset); in TEST_F()
195 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
210 dex_files_->GetFunctionName(maps_.get(), 0x301102, &method_name, &method_offset); in TEST_F()
224 dex_files_->GetFunctionName(maps_.get(), 0x300104, &method_name, &method_offset); in TEST_F()
240 dex_files_->GetFunctionName(maps_.get(), 0x300106, &method_name, &method_offset); in TEST_F()
253 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
259 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
277 dex_files_->GetFunctionName(maps_.get(), 0x300104, &method_name, &method_offset); in TEST_F()
281 auto map_info = maps_->Get(kMapGlobal); in TEST_F()
285 map_info = maps_->Get(kMapGlobalRw); in TEST_F()
291 dex_files_->GetFunctionName(maps_.get(), 0x300104, &method_name, &method_offset); in TEST_F()
307 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
316 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
334 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
343 dex_files_->GetFunctionName(maps_.get(), 0x300100, &method_name, &method_offset); in TEST_F()
356 dex_files_->GetFunctionName(maps_.get(), 0x510100, &method_name, &method_offset); in TEST_F()
373 dex_files_->GetFunctionName(maps_.get(), 0x301102, &method_name, &method_offset); in TEST_F()