HomeSort by relevance Sort by last modified time
    Searched refs:patchoat (Results 1 - 7 of 7) sorted by null

  /art/patchoat/
Android.mk 22 patchoat.cc
33 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,target,ndebug,$(patchoat_arch)))
36 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,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,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debug))
patchoat.cc 16 #include "patchoat.h"
95 bool PatchOat::Patch(const std::string& image_location, off_t delta,
163 PatchOat p(isa, image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(),
178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta,
285 PatchOat p(isa, elf.release(), image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(),
309 bool PatchOat::WriteElf(File* out) {
324 bool PatchOat::WriteImage(File* out) {
343 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) {
358 PatchOat::MaybePic PatchOat::IsOatPic(const ElfFile* oat_in)
934 static int patchoat(int argc, char **argv) { function in namespace:art
    [all...]
  /build/target/product/
runtime_libart.mk 46 patchoat
  /art/test/
Android.run-test.mk 249 119-noimage-patchoat
294 # All these tests check that we have sane behavior if we don't have a patchoat or dex2oat.
301 119-noimage-patchoat \
365 119-noimage-patchoat \
689 run_test_options += --relocate --no-patchoat
    [all...]
  /art/runtime/gc/space/
image_space.cc 295 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
317 argv.push_back(patchoat);
    [all...]
  /art/
Android.mk 85 include $(art_path)/patchoat/Android.mk
  /external/sepolicy/
file_contexts 180 # patchoat executable has (essentially) the same requirements as dex2oat.
181 /system/bin/patchoat u:object_r:dex2oat_exec:s0

Completed in 575 milliseconds