Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc196 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase()
271 bool executable, in OpenOatFile()
308 bool executable, in OpenOatFile()
342 bool executable, in OpenOatFileFromSdm()
1219 DlOpenOatFile(const std::string& filename, bool executable) in DlOpenOatFile()
1257 [[maybe_unused]] bool executable, in Load()
1332 bool executable, in Load()
1671 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile()
1722 bool executable, in Load()
1742 bool executable, in Load()
[all …]
Doat_file.h129 bool executable, in Open()
147 bool executable, in Open()
Doat_file_assistant.cc1002 bool executable = oat_file_assistant_->load_executable_; in LoadFile() local
1037 bool executable = oat_file_assistant_->load_executable_; in LoadFile() local
Delf_file.cc616 bool ElfFileImpl<ElfTypes>::Load(bool executable, in Load()
/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/
Dart_method.cc109 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
Dreflection.cc709 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
/art/runtime/gc/space/
Dimage_space.cc2247 bool executable, in BootImageLoader()
3327 bool executable, in LoadBootImage()
/art/runtime/interpreter/
Dunstarted_runtime.cc753 Handle<mirror::Executable> executable(hs.NewHandle( in UnstartedJNIExecutableGetParameterTypesInternal() local