1 .class public LB23201502; 2 3 .super Ljava/lang/Object; 4 5 .method public static runFloat()V 6 .registers 3 7 const v0, 0 # Null array. 8 const v1, 0 # 0 index into array. 9 const v2, 0 # 0 value, will be turned into float. 10 int-to-float v2, v2 # Definitely make v2 float. 11 aput v2 , v0, v1 # Put into null array. 12 return-void 13 .end method 14 15 .method public static runDouble()V 16 .registers 4 17 const v0, 0 # Null array. 18 const v1, 0 # 0 index into array. 19 const v2, 0 # 0 value, will be turned into double. 20 int-to-double v2, v2 # Definitely make v2+v3 double. 21 aput-wide v2 , v0, v1 # Put into null array. 22 return-void 23 .end method 24