Lines Matching refs:instruction_set
505 const char* instruction_set, in GetDexOptNeeded() argument
518 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded()
521 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set)); in GetDexOptNeeded()
578 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local
584 instruction_set.c_str()); in DexFile_getDexFileStatus()
587 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str())); in DexFile_getDexFileStatus()
610 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local
616 instruction_set.c_str()); in DexFile_getDexFileOptimizationStatus()
619 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str())); in DexFile_getDexFileOptimizationStatus()
661 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
678 instruction_set.c_str(), in DexFile_getDexOptNeeded()
805 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
811 instruction_set.c_str()); in DexFile_getDexFileOutputPaths()
814 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str())); in DexFile_getDexFileOutputPaths()