Lines Matching refs:jstring
136 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in NullableScopedUtfChars()
161 jstring mString;
307 jstring javaSourceName, in DexFile_openDexFileNative()
308 jstring javaOutputName ATTRIBUTE_UNUSED, in DexFile_openDexFileNative()
328 static jstring DexFile_getClassLoaderContext(JNIEnv* env, in DexFile_getClassLoaderContext()
348 jstring class_loader_context) { in DexFile_verifyInBackgroundNative()
422 jstring javaName, in DexFile_defineClassNative()
515 ScopedLocalRef<jstring> jdescriptor(env, env->NewStringUTF(descriptor.c_str())); in DexFile_getClassNameList()
587 static jstring DexFile_getDexFileStatus(JNIEnv* env, in DexFile_getDexFileStatus()
589 jstring javaFilename, in DexFile_getDexFileStatus()
590 jstring javaInstructionSet) { in DexFile_getDexFileStatus()
619 jstring javaFilename, in DexFile_getDexFileOptimizationStatus()
620 jstring javaInstructionSet) { in DexFile_getDexFileOptimizationStatus()
645 ScopedLocalRef<jstring> j_compilation_filter(env, env->NewStringUTF(compilation_filter.c_str())); in DexFile_getDexFileOptimizationStatus()
649 ScopedLocalRef<jstring> j_compilation_reason(env, env->NewStringUTF(compilation_reason.c_str())); in DexFile_getDexFileOptimizationStatus()
666 jstring javaFilename, in DexFile_getDexOptNeeded()
667 jstring javaInstructionSet, in DexFile_getDexOptNeeded()
668 jstring javaTargetCompilerFilter, in DexFile_getDexOptNeeded()
669 jstring javaClassLoaderContext, in DexFile_getDexOptNeeded()
702 static jboolean DexFile_isDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename) { in DexFile_isDexOptNeeded()
723 jstring javaCompilerFilter) { in DexFile_isValidCompilerFilter()
736 jstring javaCompilerFilter) { in DexFile_isProfileGuidedCompilerFilter()
749 static jstring DexFile_getNonProfileGuidedCompilerFilter(JNIEnv* env, in DexFile_getNonProfileGuidedCompilerFilter()
751 jstring javaCompilerFilter) { in DexFile_getNonProfileGuidedCompilerFilter()
774 static jstring DexFile_getSafeModeCompilerFilter(JNIEnv* env, in DexFile_getSafeModeCompilerFilter()
776 jstring javaCompilerFilter) { in DexFile_getSafeModeCompilerFilter()
811 jstring javaFilename, in DexFile_getDexFileOutputPaths()
812 jstring javaInstructionSet) { in DexFile_getDexFileOutputPaths()
844 ScopedLocalRef<jstring> jvdexFilename(env, env->NewStringUTF(vdex_filename.c_str())); in DexFile_getDexFileOutputPaths()
848 ScopedLocalRef<jstring> joatFilename(env, env->NewStringUTF(oat_filename.c_str())); in DexFile_getDexFileOutputPaths()