Home
last modified time | relevance | path

Searched refs:load_executable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant.h168 bool load_executable,
178 bool load_executable,
193 bool load_executable,
H A Doat_file_assistant.cc91 bool load_executable, in OatFileAssistant() argument
97 load_executable, in OatFileAssistant()
107 bool load_executable, in OatFileAssistant() argument
115 load_executable_(load_executable), in OatFileAssistant()
125 CHECK_IMPLIES(load_executable, context != nullptr) << "Loading executable without a context"; in OatFileAssistant()
233 bool load_executable, in Create() argument
266 load_executable, in Create()
H A Doat_file_assistant_test.cc211 bool load_executable = false, in CreateOatFileAssistant() argument
218 load_executable, in CreateOatFileAssistant()
/aosp_15_r20/bionic/linker/
H A Dlinker_main.cpp243 static ExecutableInfo load_executable(const char* orig_path) { in load_executable() function
326 const ExecutableInfo exe_info = exe_to_load ? load_executable(exe_to_load) : in linker_main()