Home
last modified time | relevance | path

Searched refs:getConstantValue (Results 1 – 8 of 8) 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.cpp575 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { in getConstantValue() function in ExecutionEngine
602 Result.AggregateVal[i] = getConstantValue(ElemUndef); in getConstantValue()
629 GenericValue Result = getConstantValue(Op0); in getConstantValue()
638 GenericValue GV = getConstantValue(Op0); in getConstantValue()
644 GenericValue GV = getConstantValue(Op0); in getConstantValue()
650 GenericValue GV = getConstantValue(Op0); in getConstantValue()
657 GenericValue GV = getConstantValue(Op0); in getConstantValue()
663 GenericValue GV = getConstantValue(Op0); in getConstantValue()
668 GenericValue GV = getConstantValue(Op0); in getConstantValue()
683 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.h553 GenericValue getConstantValue(const Constant *C);
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java457 Object value = f.getConstantValue(); in getConstantFieldValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2060 return getConstantValue(CPV); in getOperandValue()