Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/
Dexpected.txt1 Run without dex2oat/patchoat
3 dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
5 Run with dexoat/patchoat
7 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
11 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
Dinfo.txt1 Test that disables patchoat'ing the application.
/art/patchoat/
DAndroid.bp18 name: "patchoat-defaults",
21 srcs: ["patchoat.cc"],
33 name: "patchoat",
34 defaults: ["patchoat-defaults"],
43 "patchoat-defaults",
Dpatchoat.cc772 static int patchoat(int argc, char **argv) { in patchoat() function
855 return art::patchoat(argc, argv); in main()
/art/test/119-noimage-patchoat/
Dinfo.txt1 Test that disables patchoat'ing the image.
/art/
DAndroid.bp34 "patchoat",
DAndroid.mk391 build-art-target-golem: dex2oat dalvikvm patchoat linker libstdc++ \
/art/runtime/
Ddexopt_test.cc198 std::string patchoat = GetAndroidRoot(); in PreRelocateImage() local
199 patchoat += kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat"; in PreRelocateImage()
202 argv.push_back(patchoat); in PreRelocateImage()
/art/build/
DAndroid.common_path.mk115 patchoat \
/art/runtime/gc/space/
Dimage_space.cc246 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage() local
261 argv.push_back(patchoat); in RelocateImage()