Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/
DDexOptions.java48 public boolean allowAllInterfaceMethodInvokes = false; field in DexOptions
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1333 public boolean allowAllInterfaceMethodInvokes = false; field in Main.Arguments
1603 allowAllInterfaceMethodInvokes = true; in parseFlags()
1706 dexOptions.allowAllInterfaceMethodInvokes = allowAllInterfaceMethodInvokes; in makeOptionsObjects()
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java889 boolean softFail = dexOptions.allowAllInterfaceMethodInvokes; in checkInvokeInterfaceSupported()