Home
last modified time | relevance | path

Searched refs:API_METHOD_HANDLES (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dex/
DDexFormat.java33 public static final int API_METHOD_HANDLES = 26; field in DexFormat
133 return API_METHOD_HANDLES; in magicToApi()
160 } else if (targetApiLevel >= API_METHOD_HANDLES) { in apiToMagic()
/dalvik/dx/src/com/android/dx/dex/file/
DDexFile.java144 if (dexOptions.apiIsSupported(DexFormat.API_METHOD_HANDLES)) { in DexFile()
622 if (dexOptions.apiIsSupported(DexFormat.API_METHOD_HANDLES)) { in toDex0()
627 if (dexOptions.apiIsSupported(DexFormat.API_METHOD_HANDLES)) { in toDex0()
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java847 if (!dexOptions.apiIsSupported(DexFormat.API_METHOD_HANDLES)) { in checkInvokeDynamicSupported()
850 opcode, DexFormat.API_METHOD_HANDLES, dexOptions.minSdkVersion)); in checkInvokeDynamicSupported()
935 if (!dexOptions.apiIsSupported(DexFormat.API_METHOD_HANDLES)) { in checkInvokeSignaturePolymorphic()
938 DexFormat.API_METHOD_HANDLES, dexOptions.minSdkVersion)); in checkInvokeSignaturePolymorphic()