Searched refs:multidex (Results 1 – 7 of 7) sorted by relevance
64 if [ -d src-multidex ]; then70 if [ -d smali-multidex ]; then77 if [ -d jasmin-multidex ]; then375 …javac_with_bootclasspath -implicit:none -classpath src-multidex -d classes `find src -name '*.java…380 …javac_with_bootclasspath -implicit:none -classpath src-multidex -d classes `find src-art -name '*.…385 …javac_with_bootclasspath -implicit:none -classpath src -d classes2 `find src-multidex -name '*.jav…444 …${SMALI} -JXmx512m assemble ${SMALI_ARGS} --output smali_classes2.dex `find smali-multidex -name '…
1 Tests the invoke-super opcode with multidex.
45 mkdir src-multidex
2 Test it under multidex configuration to check cross-dex inlining.
1 MultiDexModifiedSecondary is designed to result in a multidex file that has
20 # multidex, but this requires a custom build script).
193 void VerifyDexFile(const char* multidex = nullptr) { in VerifyDexFile() argument196 LoadDexFile(soa, "VerifierDeps", multidex); in VerifyDexFile()