Searched defs:oat_is_pic (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc291 bool* oat_is_pic) {
310 *oat_is_pic = oat_file->IsPic();
539 bool oat_is_pic; local
543 target_instruction_set, &oat_is_pic);
546 if (oat_is_pic && dalvik_cache_decision == kPatchoatNeeded) {
558 bool oat_is_pic; local
561 target_instruction_set, &oat_is_pic);
566 if (oat_is_pic && system_decision == kPatchoatNeeded) {
289 IsDexOptNeededForFile(const std::string& oat_filename, const char* filename, InstructionSet target_instruction_set, bool* oat_is_pic) argument

Completed in 42 milliseconds