Home
last modified time | relevance | path

Searched refs:getConstantValue (Results 1 – 15 of 15) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DConstantAttribute.java55 public int getConstantValue() { in getConstantValue() method in ConstantAttribute
68 int index = getConstPool().copy(getConstantValue(), newCp, in copy()
DFieldInfo.java110 int index = getConstantValue(); in prune()
191 public int getConstantValue() { in getConstantValue() method in FieldInfo
200 return attr.getConstantValue(); in getConstantValue()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp574 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/
DCtField.java372 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
DCtClassType.java1241 int index = init.getConstantValue(cp, f.getType()); in addField()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h480 GenericValue getConstantValue(const Constant *C);
/external/robolectric/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java457 Object value = f.getConstantValue(); in getConstantFieldValue()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/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.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.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/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2061 return getConstantValue(CPV); in getOperandValue()