Searched refs:patchoat (Results 1 – 10 of 10) sorted by relevance
/art/test/117-nopatchoat/ |
D | expected.txt | 1 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.
|
D | info.txt | 1 Test that disables patchoat'ing the application.
|
/art/patchoat/ |
D | Android.bp | 18 name: "patchoat-defaults", 21 srcs: ["patchoat.cc"], 33 name: "patchoat", 34 defaults: ["patchoat-defaults"], 43 "patchoat-defaults",
|
D | patchoat.cc | 772 static int patchoat(int argc, char **argv) { in patchoat() function 855 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.bp | 34 "patchoat",
|
D | Android.mk | 391 build-art-target-golem: dex2oat dalvikvm patchoat linker libstdc++ \
|
/art/runtime/ |
D | dexopt_test.cc | 198 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/ |
D | Android.common_path.mk | 115 patchoat \
|
/art/runtime/gc/space/ |
D | image_space.cc | 246 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage() local 261 argv.push_back(patchoat); in RelocateImage()
|