Lines Matching refs:instruction_set
468 const char* instruction_set, in GetDexOptNeeded() argument
481 const InstructionSet target_instruction_set = GetInstructionSetFromString(instruction_set); in GetDexOptNeeded()
484 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set)); in GetDexOptNeeded()
535 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileStatus() local
541 instruction_set.c_str()); in DexFile_getDexFileStatus()
544 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str())); in DexFile_getDexFileStatus()
565 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOptimizationStatus() local
571 instruction_set.c_str()); in DexFile_getDexFileOptimizationStatus()
574 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str())); in DexFile_getDexFileOptimizationStatus()
616 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexOptNeeded() local
633 instruction_set.c_str(), in DexFile_getDexOptNeeded()
757 ScopedUtfChars instruction_set(env, javaInstructionSet); in DexFile_getDexFileOutputPaths() local
763 instruction_set.c_str()); in DexFile_getDexFileOutputPaths()
766 std::string message(StringPrintf("Instruction set %s is invalid.", instruction_set.c_str())); in DexFile_getDexFileOutputPaths()