Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 11 of 11) sorted by relevance

/art/patchoat/
DAndroid.mk19 include art/build/Android.executable.mk
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),libcutils,art/compiler,host,ndeb…
44 …$(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),libcutils,art/compiler,host,debu…
/art/dex2oat/
DAndroid.mk19 include art/build/Android.executable.mk
41 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/comp…
44 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/com…
49 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler libzipar…
52 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler libzipa…
/art/test/117-nopatchoat/
Dexpected.txt2 dex2oat & patchoat are disabled, has oat is true, has executable oat is expected.
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.
/art/imgdiag/
DAndroid.mk19 include art/build/Android.executable.mk
28 $(eval $(call build-art-multi-executable,imgdiag,$(IMGDIAG_SRC_FILES),libart-compiler libbacktrace,…
/art/build/
DAndroid.executable.mk31 define build-art-executable
96 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
168 define build-art-multi-executable
192 …$$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-m…
/art/runtime/
Doat_file.h59 bool executable,
280 bool executable,
284 explicit OatFile(const std::string& filename, bool executable);
289 bool writable, bool executable,
Doat_file.cc106 bool executable, in Open() argument
117 if (kUseDlopen && (kIsTargetBuild || kUseDlopenOnHost) && executable) { in Open()
147 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable, in Open()
188 bool executable, in OpenElfFile() argument
191 std::unique_ptr<OatFile> oat_file(new OatFile(location, executable)); in OpenElfFile()
192 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable, in OpenElfFile()
326 bool writable, bool executable, in ElfFileOpen() argument
336 bool loaded = elf_file_->Load(executable, error_msg); in ElfFileOpen()
Delf_file.h49 bool Load(bool executable, std::string* error_msg);
Delf_file_impl.h114 bool Load(bool executable, std::string* error_msg);
Delf_file.cc1127 bool ElfFileImpl<ElfTypes>::Load(bool executable, std::string* error_msg) { in Load() argument
1130 if (executable) { in Load()
1218 if (executable && ((program_header->p_flags & PF_X) != 0)) { in Load()
1360 if (executable) { in Load()
1847 bool ElfFile::Load(bool executable, std::string* error_msg) { in Load() argument
1848 DELEGATE_TO_IMPL(Load, executable, error_msg); in Load()
/art/oatdump/
DAndroid.mk19 include art/build/Android.executable.mk
25 $(eval $(call build-art-multi-executable,oatdump,$(OATDUMP_SRC_FILES),libart-compiler libart-disass…