Searched defs:getValueType (Results 1 - 25 of 50) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
H A DEncodedValue.java47 int getValueType(); method in interface:EncodedValue
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
H A DBaseAnnotationEncodedValue.java62 int res = Ints.compare(getValueType(), o.getValueType());
70 public int getValueType() { method in class:BaseAnnotationEncodedValue
H A DBaseArrayEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.ARRAY; } method in class:BaseArrayEncodedValue
H A DBaseBooleanEncodedValue.java59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.BOOLEAN; } method in class:BaseBooleanEncodedValue
H A DBaseByteEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.BYTE; } method in class:BaseByteEncodedValue
H A DBaseCharEncodedValue.java59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.CHAR; } method in class:BaseCharEncodedValue
H A DBaseDoubleEncodedValue.java60 int res = Ints.compare(getValueType(), o.getValueType());
65 public int getValueType() { return ValueType.DOUBLE; } method in class:BaseDoubleEncodedValue
H A DBaseEnumEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.ENUM; } method in class:BaseEnumEncodedValue
H A DBaseFieldEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.FIELD; } method in class:BaseFieldEncodedValue
H A DBaseFloatEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.FLOAT; } method in class:BaseFloatEncodedValue
H A DBaseIntEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.INT; } method in class:BaseIntEncodedValue
H A DBaseLongEncodedValue.java61 int res = Ints.compare(getValueType(), o.getValueType());
66 public int getValueType() { return ValueType.LONG; } method in class:BaseLongEncodedValue
H A DBaseMethodEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.METHOD; } method in class:BaseMethodEncodedValue
H A DBaseNullEncodedValue.java55 return Ints.compare(getValueType(), o.getValueType());
58 public int getValueType() { return ValueType.NULL; } method in class:BaseNullEncodedValue
H A DBaseShortEncodedValue.java59 int res = Ints.compare(getValueType(), o.getValueType());
64 public int getValueType() { return ValueType.SHORT; } method in class:BaseShortEncodedValue
H A DBaseStringEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.STRING; } method in class:BaseStringEncodedValue
H A DBaseTypeEncodedValue.java58 int res = Ints.compare(getValueType(), o.getValueType());
63 public int getValueType() { return ValueType.TYPE; } method in class:BaseTypeEncodedValue
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
H A DChain.java45 public Class<?> getValueType() {
84 public abstract @Nonnull Class<?> getValueType(); method in class:Chain
107 return getValueType().isPrimitive();
168 public Class<?> getValueType() { method in class:Chain.FieldChain
196 public Class<?> getValueType() { method in class:Chain.ArrayIndexChain
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DOdexedFieldInstructionMapper.java159 private static int getValueType(char type) { method in class:OdexedFieldInstructionMapper
226 opcodeValueTypeMap.put(fieldOpcode.quickOpcode, getValueType(fieldOpcode.type));
229 opcodeValueTypeMap.put(fieldOpcode.volatileOpcode, getValueType(fieldOpcode.type));
253 return valueType == getValueType(type);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DKeyTypeData.java685 public static ValueType getValueType(String key) { method in class:KeyTypeData
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java683 public static ValueType getValueType(String key) { method in class:KeyTypeData
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h51 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
53 MVT::SimpleValueType getValueType(Record *Rec);
203 MVT::SimpleValueType getValueType() const { return Ty; } function in class:llvm::ComplexPattern
H A DCodeGenTarget.cpp36 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
38 MVT::SimpleValueType llvm::getValueType(Record *Rec) { function in class:llvm
391 Ty = ::getValueType(R->getValueAsDef("Ty"));
516 VT = getValueType(TyEl->getValueAsDef("VT"));
552 VT = getValueType(TyEl->getValueAsDef("VT"));
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenTarget.cpp34 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
36 MVT::SimpleValueType llvm::getValueType(Record *Rec) { function in class:llvm
308 Ty = ::getValueType(R->getValueAsDef("Ty"));
423 VT = getValueType(TyEl->getValueAsDef("VT"));
457 VT = getValueType(TyEl->getValueAsDef("VT"));
H A DCodeGenTarget.h50 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
52 MVT::SimpleValueType getValueType(Record *Rec);
180 MVT::SimpleValueType getValueType() const { return Ty; } function in class:llvm::ComplexPattern

Completed in 869 milliseconds

12