• Home
  • Raw
  • Download

Lines Matching defs:env

48     JNIEnv* env,  in ConvertJavaArrayToDexFiles()
77 static jlongArray ConvertDexFilesToJavaArray(JNIEnv* env, in ConvertDexFilesToJavaArray()
123 NullableScopedUtfChars(JNIEnv* env, jstring s) : mEnv(env), mString(s) { in NullableScopedUtfChars()
156 static jobject DexFile_openDexFileNative(JNIEnv* env, in DexFile_openDexFileNative()
210 static jboolean DexFile_closeDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_closeDexFile()
252 static jclass DexFile_defineClassNative(JNIEnv* env, in DexFile_defineClassNative()
311 static jobjectArray DexFile_getClassNameList(JNIEnv* env, jclass, jobject cookie) { in DexFile_getClassNameList()
350 static jint GetDexOptNeeded(JNIEnv* env, in GetDexOptNeeded()
391 static jstring DexFile_getDexFileStatus(JNIEnv* env, in DexFile_getDexFileStatus()
446 static jint DexFile_getDexOptNeeded(JNIEnv* env, in DexFile_getDexOptNeeded()
475 static jboolean DexFile_isDexOptNeeded(JNIEnv* env, jclass, jstring javaFilename) { in DexFile_isDexOptNeeded()
494 static jboolean DexFile_isValidCompilerFilter(JNIEnv* env, in DexFile_isValidCompilerFilter()
507 static jboolean DexFile_isProfileGuidedCompilerFilter(JNIEnv* env, in DexFile_isProfileGuidedCompilerFilter()
522 static jstring DexFile_getNonProfileGuidedCompilerFilter(JNIEnv* env, in DexFile_getNonProfileGuidedCompilerFilter()
547 static jboolean DexFile_isBackedByOatFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_isBackedByOatFile()
557 static jstring DexFile_getDexFileOutputPath(JNIEnv* env, in DexFile_getDexFileOutputPath()
625 void register_dalvik_system_DexFile(JNIEnv* env) { in register_dalvik_system_DexFile()