Searched refs:kModeAppImage (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/oatdump/ |
H A D | oatdump_app_test.cc | 35 ASSERT_TRUE(Exec(Flavor::kDynamic, kModeAppImage, {}, kListAndCode)); in TEST_F() 42 ASSERT_TRUE(Exec(Flavor::kStatic, kModeAppImage, {}, kListAndCode)); in TEST_F() 51 ASSERT_TRUE(Exec(Flavor::kStatic, kModeAppImage, {}, kListAndCode, /*expect_failure=*/true)); in TEST_F()
|
H A D | oatdump_test.h | 96 kModeAppImage, enumerator 218 } else if (mode == kModeAppImage) {
|