Home
last modified time | relevance | path

Searched defs:constantValue (Results 1 – 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/
DAttConstantValue.java34 private final TypedConstant constantValue; field in AttConstantValue
44 public AttConstantValue(TypedConstant constantValue) { in AttConstantValue()
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttConstantValue.java34 private final TypedConstant constantValue; field in AttConstantValue
44 public AttConstantValue(TypedConstant constantValue) { in AttConstantValue()
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java350 private Attribute constantValue(DirectClassFile cf, int offset, int length, in constantValue() method in StdAttributeFactory