OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_VOID
(Results
1 - 9
of
9
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java
30
* are inserted, their result types are set to
BT_VOID
(which is a nonsensical
73
&& (definsn.getResult().getBasicType() == Type.
BT_VOID
)) {
83
* definitions on the worklist have a type of
BT_VOID
, which
139
if (rs.getBasicType() != Type.
BT_VOID
) {
161
if (rs.getBasicType() == Type.
BT_VOID
){
SsaRenamer.java
348
if (newVersion.getBasicType() != Type.
BT_VOID
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java
39
public static final int
BT_VOID
= 0;
99
public static final Type VOID = new Type("V",
BT_VOID
);
567
case
BT_VOID
: return "void";
759
case
BT_VOID
: {
/dalvik/dx/src/com/android/dx/rop/type/
Type.java
40
public static final int
BT_VOID
= 0;
100
public static final Type VOID = new Type("V",
BT_VOID
);
549
case
BT_VOID
: return "void";
746
case
BT_VOID
: {
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java
113
case Type.
BT_VOID
: return VOID;
/dalvik/dx/src/com/android/dx/rop/cst/
CstType.java
161
case Type.
BT_VOID
: return VOID;
/dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java
[
all
...]
/dalvik/dx/src/com/android/dx/rop/code/
Rops.java
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 122 milliseconds