Searched refs:DexFile_getStaticSizeOfDexFile (Results 1 – 2 of 2) sorted by relevance
27 Method DexFile_getStaticSizeOfDexFile = DexFile.getMethod("getStaticSizeOfDexFile"); in getDexFileSize() local29 return (Long) DexFile_getStaticSizeOfDexFile.invoke(dexFile); in getDexFileSize()
860 static jlong DexFile_getStaticSizeOfDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_getStaticSizeOfDexFile() function