Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:app_image

707   void RunTest(bool app_image) {
710 std::string app_image_file = app_image ? (GetOdexDir() + "/DexOdexNoOat.art"): "";
714 if (app_image) {
737 if (app_image) {
855 RunTest(/*app_image=*/ false);
859 RunTest(/*app_image=*/ true);