Home
last modified time | relevance | path

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

/art/test/117-nopatchoat/
Dexpected.txt1 Run without dex2oat/patchoat
2 dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
4 Run with dexoat/patchoat
5 dex2oat & patchoat are enabled, has oat is true, has executable oat is expected.
8 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.mk22 patchoat.cc
33 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,nd…
36 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,de…
41 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,ndeb…
44 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debu…
Dpatchoat.cc934 static int patchoat(int argc, char **argv) { in patchoat() function
1343 return art::patchoat(argc, argv); in main()
/art/test/119-noimage-patchoat/
Dinfo.txt1 Test that disables patchoat'ing the image.
/art/test/
DAndroid.run-test.mk249 119-noimage-patchoat
301 119-noimage-patchoat \
365 119-noimage-patchoat \
689 run_test_options += --relocate --no-patchoat
/art/runtime/gc/space/
Dimage_space.cc295 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage() local
317 argv.push_back(patchoat); in RelocateImage()
/art/
DAndroid.mk85 include $(art_path)/patchoat/Android.mk