Searched defs:executable (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | oat_file.cc | 135 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() 202 bool executable, in OpenOatFile() 245 bool executable, in OpenOatFile() 1106 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() 1212 bool executable, in Load() 1547 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile() 1623 bool executable, in Load() 1643 bool executable, in Load() 1668 bool executable, in ElfFileOpen() 1876 bool executable, in Open() [all …]
|
| D | oat_file.h | 115 bool executable, in Open() 133 bool executable, in Open()
|
| D | elf_file.cc | 1095 bool executable, in Load() 1596 bool executable, in Load()
|
| D | art_method.cc | 109 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
|
| D | oat_file_assistant.cc | 850 bool executable = oat_file_assistant_->load_executable_; in GetFile() local
|
| D | reflection.cc | 706 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
|
| /art/test/etc/ |
| D | default-build | 141 def run(executable, args): argument
|
| /art/runtime/native/ |
| D | java_lang_reflect_Executable.cc | 162 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0() local
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 2372 bool executable) in BootImageLoader() 3421 bool executable, in LoadBootImage()
|