Home
last modified time | relevance | path

Searched refs:VALUE_NULL (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DValueEncoder.java92 private static final int VALUE_NULL = 0x1e; field in ValueEncoder
193 case VALUE_NULL: { in writeConstant()
249 return VALUE_NULL; in constantToValueType()
369 if (type == VALUE_NULL) { in constantToHuman()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DValueEncoder.java93 private static final int VALUE_NULL = 0x1e; field in ValueEncoder
194 case VALUE_NULL: { in writeConstant()
250 return VALUE_NULL; in constantToValueType()
370 if (type == VALUE_NULL) { in constantToHuman()