Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc695 uint32_t image_file_empty_profile = 0; in RunTest() local
704 image_file_empty_profile = GetImageObjectSectionSize(app_image_file); in RunTest()
705 EXPECT_GT(image_file_empty_profile, 0u); in RunTest()
722 ASSERT_LT(image_file_empty_profile, image_file_small_profile); in RunTest()