Home
last modified time | relevance | path

Searched refs:constantValue (Results 1 – 25 of 27) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java234 long constantValue = 0; in test() local
336 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral(); in test()
344 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral(); in test()
472 … accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister); in test()
478 … accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister); in test()
513 … private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister, in getIncrementType() argument
522 if (constantValue == 1) { in getIncrementType()
524 } else if (constantValue == -1) { in getIncrementType()
532 float val = Float.intBitsToFloat((int)constantValue); in getIncrementType()
543 double val = Double.longBitsToDouble(constantValue); in getIncrementType()
/external/smali/dexlib2/src/main/ragel/
DSyntheticAccessorFSM.rl85 long constantValue = 0;
108 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
114 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
181 … accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
185 … accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
210 … private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister,
219 if (constantValue == 1) {
221 } else if (constantValue == -1) {
229 float val = Float.intBitsToFloat((int)constantValue);
240 double val = Double.longBitsToDouble(constantValue);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java113 protected int constantValue = INVALID_PRED_VALUE; field in SemanticContext.Predicate
115 public Predicate(int constantValue) { in Predicate() argument
117 this.constantValue=constantValue; in Predicate()
134 this.constantValue = p.constantValue; in Predicate()
148 if (this.constantValue != other.constantValue){ in equals()
152 if (this.constantValue != INVALID_PRED_VALUE){ in equals()
160 if (constantValue != INVALID_PRED_VALUE){ in hashCode()
161 return constantValue; in hashCode()
/external/doclava/src/com/google/doclava/
DFieldInfo.java34 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, in FieldInfo() argument
37 …gePrivate, isPrivate, isFinal, isStatic, isSynthetic, chooseKind(isFinal, isStatic, constantValue), in FieldInfo()
42 mConstantValue = constantValue; in FieldInfo()
52 static String chooseKind(boolean isFinal, boolean isStatic, Object constantValue) in chooseKind() argument
54 return isConstant(isFinal, isStatic, constantValue) ? "constant" : "field"; in chooseKind()
67 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue) in isConstant() argument
77 return isFinal && isStatic && (constantValue != null); in isConstant()
92 public Object constantValue() { in constantValue() method in FieldInfo
DInfoBuilder.java165 if (f.constantValue() != null) { in printClassInfo()
166 System.out.println(": " + f.constantValue()); in printClassInfo()
187 if (f.constantValue() != null) { in printClassInfo()
188 System.out.println(": " + f.constantValue()); in printClassInfo()
688 Object constantValue = null; in buildFields() local
748 constantValue = parseExpression(tmp); in buildFields()
759 newType, commentAndPosition.getCommentText(), constantValue, in buildFields()
777 Object constantValue = null; in parseExpression() local
785 return constantValue; in parseExpression()
792 return constantValue; in parseExpression()
[all …]
DStubs.java678 && field.constantValue() == null) { in writeClass()
789 return (field.isFinal() && field.constantValue() != null) in fieldIsInitialized()
1521 val = fi.constantValue(); in writeFieldApi()
DConverter.java504 f.constantValue(), Converter.convertSourcePosition(f.position()),
DDoclava.java1572 Object cValue = field.constantValue(); in writeSdkValues()
/external/proguard/src/proguard/evaluation/
DProcessor.java579 stack.push(classConstantValueFactory.constantValue(clazz, constantIndex)); in visitConstantInstruction()
595 … stack.push(constantValueFactory.constantValue(clazz, constantIndex).referenceValue()); in visitConstantInstruction()
600 …ReferenceValue referenceValue = constantValueFactory.constantValue(clazz, constantIndex).reference… in visitConstantInstruction()
614 …castValue.isNull() == Value.NEVER ? constantValueFactory.constantValue(clazz, constantIndex).refe… in visitConstantInstruction()
615 …constantValueFactory.constantValue(clazz, constantIndex).referenceValue().generalize(valueFactory.… in visitConstantInstruction()
621 …ReferenceValue referenceValue = constantValueFactory.constantValue(clazz, constantIndex).reference… in visitConstantInstruction()
641 … stack.push(constantValueFactory.constantValue(clazz, constantIndex).referenceValue()); in visitConstantInstruction()
DConstantValueFactory.java54 public Value constantValue(Clazz clazz, in constantValue() method in ConstantValueFactory
/external/proguard/src/proguard/optimize/info/
DFieldOptimizationInfo.java168 … value = CONSTANT_VALUE_FACTORY.constantValue(clazz, constantValueAttribute.u2constantValueIndex); in visitConstantValueAttribute()
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/persist/lib/
Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12