Searched refs:target_instruction_set (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_DexFile.cc290 InstructionSet target_instruction_set,
324 if (ClassLinker::VerifyOatChecksums(oat_file.get(), target_instruction_set, &error_msg)) {
331 ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) {
347 target_instruction_set, &error_msg)) {
355 && ClassLinker::VerifyOatImageChecksum(oat_file.get(), target_instruction_set)) {
504 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); local
505 if (target_instruction_set == kNone) {
513 std::string odex_filename(DexFilenameToOdexFilename(filename, target_instruction_set));
543 target_instruction_set, &oat_is_pic);
561 target_instruction_set,
289 IsDexOptNeededForFile(const std::string& oat_filename, const char* filename, InstructionSet target_instruction_set, bool* oat_is_pic) argument
[all...]

Completed in 137 milliseconds