Searched refs:patchoat (Results 1 – 8 of 8) sorted by relevance
/art/test/117-nopatchoat/ |
D | expected.txt | 1 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.
|
D | info.txt | 1 Test that disables patchoat'ing the application.
|
/art/patchoat/ |
D | Android.mk | 22 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))
|
D | patchoat.cc | 911 static int patchoat(int argc, char **argv) { in patchoat() function 1317 return art::patchoat(argc, argv); in main()
|
/art/test/119-noimage-patchoat/ |
D | info.txt | 1 Test that disables patchoat'ing the image.
|
/art/ |
D | Android.mk | 107 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/ |
D | image_space.cc | 259 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage() local 281 argv.push_back(patchoat); in RelocateImage()
|
/art/runtime/ |
D | class_linker.cc | 1450 std::string patchoat(runtime->GetPatchoatExecutable()); in PatchAndRetrieveOat() local 1462 argv.push_back(patchoat); in PatchAndRetrieveOat()
|