Searched defs:VALUE_2 (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstFloat.java34 public static final CstFloat VALUE_2 = make(Float.floatToIntBits(2.0f)); field in class:CstFloat
H A DCstInteger.java40 public static final CstInteger VALUE_2 = make(2); field in class:CstInteger
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstFloat.java34 public static final CstFloat VALUE_2 = make(Float.floatToIntBits(2.0f)); field in class:CstFloat
H A DCstInteger.java40 public static final CstInteger VALUE_2 = make(2); field in class:CstInteger

Completed in 120 milliseconds