Lines Matching refs:JNIEnv

61     JNIEnv* env,  in ConvertJavaArrayToDexFiles()
90 static jlongArray ConvertDexFilesToJavaArray(JNIEnv* env, in ConvertDexFilesToJavaArray()
136 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in NullableScopedUtfChars()
160 JNIEnv* mEnv;
170 JNIEnv* env, in CreateCookieFromOatFileManagerResult()
200 static MemMap AllocateDexMemoryMap(JNIEnv* env, jint start, jint end) { in AllocateDexMemoryMap()
224 ScopedIntArrayAccessor(JNIEnv* env, jintArray arr) : env_(env), array_(arr) { in ScopedIntArrayAccessor()
236 JNIEnv* env_;
241 static jobject DexFile_openInMemoryDexFilesNative(JNIEnv* env, in DexFile_openInMemoryDexFilesNative()
305 static jobject DexFile_openDexFileNative(JNIEnv* env, in DexFile_openDexFileNative()
328 static jstring DexFile_getClassLoaderContext(JNIEnv* env, in DexFile_getClassLoaderContext()
344 static void DexFile_verifyInBackgroundNative(JNIEnv* env, in DexFile_verifyInBackgroundNative()
374 static jboolean DexFile_closeDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_closeDexFile()
420 static jclass DexFile_defineClassNative(JNIEnv* env, in DexFile_defineClassNative()
486 static jobjectArray DexFile_getClassNameList(JNIEnv* env, jclass, jobject cookie) { in DexFile_getClassNameList()
525 static jint GetDexOptNeeded(JNIEnv* env, in GetDexOptNeeded()
587 static jstring DexFile_getDexFileStatus(JNIEnv* env, in DexFile_getDexFileStatus()
617 static jobjectArray DexFile_getDexFileOptimizationStatus(JNIEnv* env, in DexFile_getDexFileOptimizationStatus()
664 static jint DexFile_getDexOptNeeded(JNIEnv* env, in DexFile_getDexOptNeeded()
702 static jboolean DexFile_isDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename) { in DexFile_isDexOptNeeded()
721 static jboolean DexFile_isValidCompilerFilter(JNIEnv* env, in DexFile_isValidCompilerFilter()
734 static jboolean DexFile_isProfileGuidedCompilerFilter(JNIEnv* env, in DexFile_isProfileGuidedCompilerFilter()
749 static jstring DexFile_getNonProfileGuidedCompilerFilter(JNIEnv* env, in DexFile_getNonProfileGuidedCompilerFilter()
774 static jstring DexFile_getSafeModeCompilerFilter(JNIEnv* env, in DexFile_getSafeModeCompilerFilter()
799 static jboolean DexFile_isBackedByOatFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_isBackedByOatFile()
809 static jobjectArray DexFile_getDexFileOutputPaths(JNIEnv* env, in DexFile_getDexFileOutputPaths()
863 static jlong DexFile_getStaticSizeOfDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_getStaticSizeOfDexFile()
880 static void DexFile_setTrusted(JNIEnv* env, jclass, jobject j_cookie) { in DexFile_setTrusted()
959 void register_dalvik_system_DexFile(JNIEnv* env) { in register_dalvik_system_DexFile()