Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc677 uint64_t image_file_empty_profile = 0; in RunTest() local
687 image_file_empty_profile = GetImageSize(app_image_file); in RunTest()
688 EXPECT_GT(image_file_empty_profile, 0u); in RunTest()
704 CHECK_LT(image_file_empty_profile, image_file_small_profile); in RunTest()