Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc590 std::unique_ptr<const DexFile> opened_dex_file2 = in TestDexFileInput() local
599 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestDexFileInput()
601 &opened_dex_file2->GetHeader(), in TestDexFileInput()
603 ASSERT_EQ(dex_file2_data->GetLocation(), opened_dex_file2->GetLocation()); in TestDexFileInput()
690 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local
700 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()
702 &opened_dex_file2->GetHeader(), in TestZipFileInput()
705 opened_dex_file2->GetLocation()); in TestZipFileInput()
738 std::unique_ptr<const DexFile> opened_dex_file2 = in TestZipFileInput() local
748 ASSERT_EQ(dex_file2_data->GetHeader().file_size_, opened_dex_file2->GetHeader().file_size_); in TestZipFileInput()
[all …]