/external/javassist/src/main/javassist/bytecode/ |
D | ConstantAttribute.java | 55 public int getConstantValue() { in getConstantValue() method in ConstantAttribute 68 int index = getConstPool().copy(getConstantValue(), newCp, in copy()
|
D | FieldInfo.java | 110 int index = getConstantValue(); in prune() 191 public int getConstantValue() { in getConstantValue() method in FieldInfo 200 return attr.getConstantValue(); in getConstantValue()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 574 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine 601 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue() 628 GenericValue Result = getConstantValue(Op0); in getConstantValue() 637 GenericValue GV = getConstantValue(Op0); in getConstantValue() 643 GenericValue GV = getConstantValue(Op0); in getConstantValue() 649 GenericValue GV = getConstantValue(Op0); in getConstantValue() 656 GenericValue GV = getConstantValue(Op0); in getConstantValue() 662 GenericValue GV = getConstantValue(Op0); in getConstantValue() 667 GenericValue GV = getConstantValue(Op0); in getConstantValue() 682 GenericValue GV = getConstantValue(Op0); in getConstantValue() [all …]
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 372 public Object getConstantValue() { in getConstantValue() method in CtField 376 int index = fieldInfo.getConstantValue(); in getConstantValue() 823 int getConstantValue(ConstPool cp, CtClass type) { return 0; } in getConstantValue() method in CtField.Initializer 895 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.CodeInitializer 915 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.PtreeInitializer 1183 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.IntInitializer 1216 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.LongInitializer 1252 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.FloatInitializer 1288 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.DoubleInitializer 1319 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.StringInitializer
|
D | CtClassType.java | 1241 int index = init.getConstantValue(cp, f.getType()); in addField()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 480 GenericValue getConstantValue(const Constant *C);
|
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/javassist/src/main/javassist/compiler/ |
D | TypeChecker.java | 457 Object value = f.getConstantValue(); in getConstantFieldValue()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | bcel.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 2061 return getConstantValue(CPV); in getOperandValue()
|