Searched refs:getConstantValue (Results 1 – 8 of 8) sorted by relevance
/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 | 575 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/ |
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 | 553 GenericValue getConstantValue(const Constant *C);
|
/external/javassist/src/main/javassist/compiler/ |
D | TypeChecker.java | 457 Object value = f.getConstantValue(); in getConstantFieldValue()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 2060 return getConstantValue(CPV); in getOperandValue()
|