Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_app_test.cc24 ASSERT_TRUE(Exec(kDynamic, kModeOatWithBootImage, {}, kListAndCode, &error_msg)) << error_msg; in TEST_F()
30 ASSERT_TRUE(Exec(kStatic, kModeOatWithBootImage, {}, kListAndCode, &error_msg)) << error_msg; in TEST_F()
38 ASSERT_TRUE(Exec(kDynamic, kModeOatWithBootImage, {}, kListAndCode, &error_msg)) << error_msg; in TEST_F()
46 ASSERT_TRUE(Exec(kStatic, kModeOatWithBootImage, {}, kListAndCode, &error_msg)) << error_msg; in TEST_F()
Doatdump_test.h93 kModeOatWithBootImage, enumerator
175 } else if (mode == kModeOatWithBootImage) { in Exec()