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),,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,debug))
Dpatchoat.cc911 static int patchoat(int argc, char **argv) { in patchoat() function
1317 return art::patchoat(argc, argv); in main()
/art/test/119-noimage-patchoat/
Dinfo.txt1 Test that disables patchoat'ing the image.
/art/
DAndroid.mk107 include $(art_path)/patchoat/Android.mk
361 …kvm32 $(HOST_OUT)/lib/libart.so $(HOST_OUT)/bin/dex2oat $(HOST_OUT)/bin/patchoat $(HOST_CORE_IMG_O…
363 …kvm32 $(HOST_OUT)/lib/libart.so $(HOST_OUT)/bin/dex2oat $(HOST_OUT)/bin/patchoat $(HOST_CORE_IMG_O…
/art/runtime/gc/space/
Dimage_space.cc259 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage() local
281 argv.push_back(patchoat); in RelocateImage()
/art/runtime/
Dclass_linker.cc1450 std::string patchoat(runtime->GetPatchoatExecutable()); in PatchAndRetrieveOat() local
1462 argv.push_back(patchoat); in PatchAndRetrieveOat()