Searched defs:executable (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 127 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() 193 bool executable, in OpenOatFile() 236 bool executable, in OpenOatFile() 909 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile() 1010 bool executable, in Load() 1175 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile() 1245 bool executable, in OpenElfFile() 1298 bool executable, in Load() 1318 bool executable, in Load() 1343 bool executable, in ElfFileOpen() [all …]
|
D | elf_file.cc | 1078 bool executable, in Load() 1792 bool ElfFile::Load(File* file, bool executable, bool low_4gb, std::string* error_msg) { in Load()
|
D | art_method.cc | 107 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
|
D | reflection.cc | 599 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
|
D | oat_file_assistant.cc | 1150 bool executable = oat_file_assistant_->load_executable_; in GetFile() local
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 159 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0() local
|