Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc725 uint64_t image_file_empty_profile = 0; in RunTest() local
735 image_file_empty_profile = GetImageObjectSectionSize(app_image_file); in RunTest()
736 EXPECT_GT(image_file_empty_profile, 0u); in RunTest()
752 ASSERT_LT(image_file_empty_profile, image_file_small_profile); in RunTest()