Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file.cc106 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase()
158 bool executable, in OpenOatFile()
602 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile()
699 bool executable, in Load()
864 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile()
924 bool executable, in OpenElfFile()
976 bool executable, in Load()
996 bool executable, in ElfFileOpen()
1059 bool executable, in Open()
Delf_file.cc1079 bool executable, in Load()
1793 bool ElfFile::Load(File* file, bool executable, bool low_4gb, std::string* error_msg) { in Load()
Dart_method.cc83 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
Dreflection.cc594 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc91 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0() local