Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc132 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase()
200 bool executable, in OpenOatFile()
242 bool executable, in OpenOatFile()
962 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile()
1068 bool executable, in Load()
1370 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile()
1446 bool executable, in Load()
1466 bool executable, in Load()
1491 bool executable, in ElfFileOpen()
1622 bool executable, in Open()
[all …]
Doat_file.h117 bool executable, in Open()
134 bool executable, in Open()
Delf_file.cc1095 bool executable, in Load()
1803 bool executable, in Load()
Dart_method.cc106 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
Doat_file_assistant.cc811 bool executable = oat_file_assistant_->load_executable_; in GetFile() local
Dreflection.cc697 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
/art/runtime/gc/space/
Dimage_space.cc2495 bool executable, in BootImageLoader()
3560 bool executable, in LoadBootImage()