Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 10 of 10) 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),,art/compiler,host,ndebug))
44 $(eval $(call build-art-executable,patchoat,$(PATCHOAT_SRC_FILES),,art/compiler,host,debug))
/art/dex2oat/
DAndroid.mk19 include art/build/Android.executable.mk
33 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libart-compiler,art/comp…
36 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libcutils libartd-compiler,art/com…
41 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libart-compiler,art/compiler,host,…
44 …$(eval $(call build-art-executable,dex2oat,$(DEX2OAT_SRC_FILES),libartd-compiler,art/compiler,host…
/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/oatdump/
DAndroid.mk19 include art/build/Android.executable.mk
25 …$(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils libart-disassembler,art/…
28 …$(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libcutils libartd-disassembler,art…
32 …$(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libart-disassembler,art/disassembl…
35 …$(eval $(call build-art-executable,oatdump,$(OATDUMP_SRC_FILES),libartd-disassembler,art/disassemb…
/art/runtime/
Doat_file.h53 bool executable,
305 bool executable,
308 explicit OatFile(const std::string& filename, bool executable);
312 bool writable, bool executable,
Doat_file.cc71 bool executable, in Open() argument
76 if (kUsePortableCompiler && executable) { in Open()
95 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable, in Open()
132 bool executable, in OpenElfFile() argument
134 std::unique_ptr<OatFile> oat_file(new OatFile(location, executable)); in OpenElfFile()
135 bool success = oat_file->ElfFileOpen(file, requested_base, oat_file_begin, writable, executable, in OpenElfFile()
196 bool writable, bool executable, in ElfFileOpen() argument
205 bool loaded = elf_file_->Load(executable, error_msg); in ElfFileOpen()
Delf_file.h112 bool Load(bool executable, std::string* error_msg);
Delf_file.cc1042 bool ElfFile::Load(bool executable, std::string* error_msg) { in Load() argument
1045 if (executable) { in Load()
1151 if (executable && ((program_header->p_flags & PF_X) != 0)) { in Load()
1253 if (executable) { in Load()
Dclass_linker.cc1303 bool executable = !runtime->IsCompiler(); in OpenOatFileFromDexLocation() local
1314 executable, &odex_error_msg)); in OpenOatFileFromDexLocation()
1338 executable, &cache_error_msg)); in OpenOatFileFromDexLocation()
/art/build/
DAndroid.executable.mk34 define build-art-executable
96 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk