Searched refs:getConstantValue (Results 1 - 12 of 12) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DConstantAttribute.java55 public int getConstantValue() { method in class:ConstantAttribute
68 int index = getConstPool().copy(getConstantValue(), newCp,
H A DFieldInfo.java110 int index = getConstantValue();
191 public int getConstantValue() { method in class:FieldInfo
200 return attr.getConstantValue();
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp533 GenericValue ExecutionEngine::getConstantValue(const Constant *C) { function in class:ExecutionEngine
558 GenericValue Result = getConstantValue(Op0);
567 GenericValue GV = getConstantValue(Op0);
573 GenericValue GV = getConstantValue(Op0);
579 GenericValue GV = getConstantValue(Op0);
586 GenericValue GV = getConstantValue(Op0);
592 GenericValue GV = getConstantValue(Op0);
597 GenericValue GV = getConstantValue(Op0);
612 GenericValue GV = getConstantValue(Op0);
628 GenericValue GV = getConstantValue(Op
[all...]
/external/javassist/src/main/javassist/
H A DCtField.java372 public Object getConstantValue() { method in class:CtField
376 int index = fieldInfo.getConstantValue();
823 int getConstantValue(ConstPool cp, CtClass type) { return 0; } method in class:CtField.Initializer
895 int getConstantValue(ConstPool cp, CtClass type) { method in class:CtField.CodeInitializer
915 int getConstantValue(ConstPool cp, CtClass type) { method in class:CtField.PtreeInitializer
1183 int getConstantValue(ConstPool cp, CtClass type) { method in class:CtField.IntInitializer
1216 int getConstantValue(ConstPool cp, CtClass type) { method in class:CtField.LongInitializer
1252 int getConstantValue(ConstPool cp, CtClass type) { method in class:CtField.FloatInitializer
1288 int getConstantValue(ConstPool cp, CtClass type) { method in class:CtField.DoubleInitializer
1319 int getConstantValue(ConstPoo method in class:CtField.StringInitializer
[all...]
H A DCtClassType.java1241 int index = init.getConstantValue(cp, f.getType());
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h461 GenericValue getConstantValue(const Constant *C);
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java457 Object value = f.getConstantValue();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1274 return getConstantValue(CPV);

Completed in 1152 milliseconds