Searched defs:executable (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/oat/ |
| D | oat_file.cc | 196 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 …]
|
| D | oat_file.h | 129 bool executable, in Open() 147 bool executable, in Open()
|
| D | oat_file_assistant.cc | 1002 bool executable = oat_file_assistant_->load_executable_; in LoadFile() local 1037 bool executable = oat_file_assistant_->load_executable_; in LoadFile() local
|
| D | elf_file.cc | 616 bool ElfFileImpl<ElfTypes>::Load(bool executable, in Load()
|
| /art/runtime/native/ |
| D | java_lang_reflect_Executable.cc | 162 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0() local
|
| /art/runtime/ |
| D | art_method.cc | 109 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
|
| D | reflection.cc | 709 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 2247 bool executable, in BootImageLoader() 3327 bool executable, in LoadBootImage()
|
| /art/runtime/interpreter/ |
| D | unstarted_runtime.cc | 753 Handle<mirror::Executable> executable(hs.NewHandle( in UnstartedJNIExecutableGetParameterTypesInternal() local
|