Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Doat_file.cc114 bool executable,
128 bool executable,
136 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() argument
156 bool executable,
163 bool executable,
203 bool executable, in OpenOatFile() argument
209 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); in OpenOatFile()
215 executable, in OpenOatFile()
246 bool executable, in OpenOatFile() argument
252 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(oat_location, executable)); in OpenOatFile()
[all …]
Doat_file.h110 bool executable,
120 bool executable, in Open() argument
127 executable, in Open()
138 bool executable, in Open() argument
144 executable, in Open()
159 bool executable,
405 OatFile(const std::string& filename, bool executable);
Delf_file.h58 bool executable,
Doat_file_assistant.cc1071 bool executable = oat_file_assistant_->load_executable_; in GetFile() local
1073 executable = false; in GetFile()
1107 executable = false; in GetFile()
1121 if (executable && oat_file_assistant_->only_load_trusted_executable_) { in GetFile()
1122 executable = LocationIsTrusted(filename_, /*trust_art_apex_data_files=*/true); in GetFile()
1124 VLOG(oat) << "Loading " << filename_ << " with executable: " << executable; in GetFile()
1133 executable, in GetFile()
1144 executable, in GetFile()
1153 VLOG(oat) << "Successfully loaded " << filename_ << " with executable: " << executable; in GetFile()
Delf_file_impl.h121 bool executable,
Delf_file.cc1095 bool executable, in Load() argument
1101 if (executable) { in Load()
1184 if (executable && ((program_header->p_flags & PF_X) != 0)) { in Load()
1596 bool executable, in Load() argument
1600 DELEGATE_TO_IMPL(Load, file, executable, low_4gb, reservation, error_msg); in Load()
Dart_method.cc109 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod() local
110 DCHECK(executable != nullptr); in FromReflectedMethod()
111 return executable->GetArtMethod(); in FromReflectedMethod()
Dreflection.cc708 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod); in InvokeMethod() local
709 const bool accessible = executable->IsAccessible(); in InvokeMethod()
710 ArtMethod* m = executable->GetArtMethod(); in InvokeMethod()
DAndroid.bp215 "mirror/executable.cc",
/art/test/testrunner/
Drun_build_test_target.py40 print("Using", sys.executable, sys.version, flush=True)
129 run_test_command = [sys.executable, # Use the same python as we are using now.
Dtestrunner.py59 sys.stdout.write("\n\n" + sys.executable + " " + sys.version + "\n\n")
/art/test/
Drun_test_build.py114 def run(self, executable: pathlib.Path, args: List[Union[pathlib.Path, str]]):
115 assert isinstance(executable, pathlib.Path), executable
117 if executable.suffix == ".sh":
119 cmd += [executable]
DREADME.md26 distributed together with the executable files.
Drun-test137 executable="/bin/bash",
/art/tools/runtime_memusage/
DREADME22 sanitizer_logcat_analysis.sh is the main executable that will use the other two
31 sanitizer_logcat_analysis.sh uses external executable development/scripts/stack.
/art/runtime/native/
Djava_lang_reflect_Executable.cc162 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod)); in Executable_getParameters0() local
163 ArtMethod* art_method = executable.Get()->GetArtMethod(); in Executable_getParameters0()
221 self, name, modifiers, executable, parameter_index); in Executable_getParameters0()
/art/tools/luci/config/
Dmain.star161 executable = luci.recipe(
/art/runtime/gc/space/
Dimage_space.h146 bool executable,
Dimage_space.cc2213 bool executable) in BootImageLoader() argument
2223 executable_(executable), in BootImageLoader()
3289 bool executable, in LoadBootImage() argument
3315 executable); in LoadBootImage()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3158 Ljava/lang/reflect/Parameter;->executable:Ljava/lang/reflect/Executable;