Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc131 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase()
194 bool executable, in OpenOatFile()
236 bool executable, in OpenOatFile()
881 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile()
987 bool executable, in Load()
1224 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile()
1291 bool executable, in OpenElfFile()
1344 bool executable, in Load()
1364 bool executable, in Load()
1389 bool executable, in ElfFileOpen()
[all …]
Delf_file.cc1104 bool executable, in Load()
1812 bool executable, in Load()
Dart_method.cc103 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
Doat_file_assistant.cc854 bool executable = oat_file_assistant_->load_executable_; in GetFile() local
Dreflection.cc659 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc162 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0() local