Searched refs:patchoat (Results 1 - 6 of 6) sorted by relevance

/art/patchoat/
H A DAndroid.mk22 patchoat.cc
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,target,debug,$(patchoat_arch)))
39 # We always build patchoat and dependencies, even if the host build is otherwise disabled, since they are used to cross compile for the target.
41 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils libsigchain,art/compiler,host,debug))
H A Dpatchoat.cc16 #include "patchoat.h"
913 UsageError("Usage: patchoat [options]...");
1230 static int patchoat(int argc, char **argv) { function in namespace:art
1273 LOG(INFO) << "patchoat: option[" << i << "]=" << argv[i];
1391 return art::patchoat(argc, argv);
/art/test/
H A DAndroid.run-test.mk312 119-noimage-patchoat \
380 # All these tests check that we have sane behavior if we don't have a patchoat or dex2oat.
389 119-noimage-patchoat \
756 run_test_options += --relocate --no-patchoat
/art/runtime/
H A Doat_file_assistant_test.cc58 std::string patchoat = GetAndroidRoot(); local
59 patchoat += kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat";
62 argv.push_back(patchoat);
738 // Expect: The status is kDex2OatNeeded, because we can't run patchoat.
/art/runtime/gc/space/
H A Dimage_space.cc201 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
217 argv.push_back(patchoat);
/art/
H A DAndroid.mk88 include $(art_path)/patchoat/Android.mk

Completed in 1023 milliseconds