Searched defs:executable (Results 1 - 3 of 3) sorted by relevance

/art/build/
H A DAndroid.executable.mk24 # $(1): executable ("d" will be appended for debug version)
32 define build-art-executable
127 LOCAL_ADDITIONAL_DEPENDENCIES += art/build/Android.executable.mk
197 # $(1): executable name
206 # setting and only build a 64-bit executable on host.
207 define build-art-multi-executable
238 # Build the art executable only if the corresponding env guard was set.
240 $$(eval $$(call build-art-executable,$$(art-multi-binary-name),$$(art-multi-source-files),$$(art-multi-lib-dependencies),$$(art-multi-include-extra),$(target_flavor),$(debug_flavor),$$(art-multi-multilib)))
/art/runtime/
H A Doat_file.cc74 // 1) Allocate an instance through the standard constructor (location, executable)
90 bool executable,
96 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} argument
106 bool executable,
138 bool executable,
142 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable));
149 executable,
495 DlOpenOatFile(const std::string& filename, bool executable) argument
496 : OatFileBase(filename, executable),
133 OpenOatFile(const std::string& elf_filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
589 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
757 ElfOatFile(const std::string& filename, bool executable) argument
811 OpenElfFile(File* file, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
863 Load(const std::string& elf_filename, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
883 ElfFileOpen(File* file, uint8_t* oat_file_begin, bool writable, bool executable, bool low_4gb, std::string* error_msg) argument
944 Open(const std::string& filename, const std::string& location, uint8_t* requested_base, uint8_t* oat_file_begin, bool executable, bool low_4gb, const char* abs_dex_location, std::string* error_msg) argument
[all...]
H A Delf_file.cc1074 bool executable,
1079 if (executable) {
1170 if (executable && ((program_header->p_flags & PF_X) != 0)) {
1787 bool ElfFile::Load(File* file, bool executable, bool low_4gb, std::string* error_msg) { argument
1788 DELEGATE_TO_IMPL(Load, file, executable, low_4gb, error_msg);
1073 Load(File* file, bool executable, bool low_4gb, std::string* error_msg) argument

Completed in 166 milliseconds