OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CstInteger
(Results
1 - 5
of
5
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java
25
public final class
CstInteger
28
private static final
CstInteger
[] cache = new
CstInteger
[511];
31
public static final
CstInteger
VALUE_M1 = make(-1);
34
public static final
CstInteger
VALUE_0 = make(0);
37
public static final
CstInteger
VALUE_1 = make(1);
40
public static final
CstInteger
VALUE_2 = make(2);
43
public static final
CstInteger
VALUE_3 = make(3);
46
public static final
CstInteger
VALUE_4 = make(4);
49
public static final
CstInteger
VALUE_5 = make(5)
[
all
...]
/dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java
25
public final class
CstInteger
28
private static final
CstInteger
[] cache = new
CstInteger
[511];
31
public static final
CstInteger
VALUE_M1 = make(-1);
34
public static final
CstInteger
VALUE_0 = make(0);
37
public static final
CstInteger
VALUE_1 = make(1);
40
public static final
CstInteger
VALUE_2 = make(2);
43
public static final
CstInteger
VALUE_3 = make(3);
46
public static final
CstInteger
VALUE_4 = make(4);
49
public static final
CstInteger
VALUE_5 = make(5)
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstInteger.java
25
public final class
CstInteger
28
private static final
CstInteger
[] cache = new
CstInteger
[511];
31
public static final
CstInteger
VALUE_M1 = make(-1);
34
public static final
CstInteger
VALUE_0 = make(0);
37
public static final
CstInteger
VALUE_1 = make(1);
40
public static final
CstInteger
VALUE_2 = make(2);
43
public static final
CstInteger
VALUE_3 = make(3);
46
public static final
CstInteger
VALUE_4 = make(4);
49
public static final
CstInteger
VALUE_5 = make(5)
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
Simulator.java
22
import com.android.dx.rop.cst.
CstInteger
;
603
machine.auxCstArg(
CstInteger
.make(value));
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 92 milliseconds