Home
last modified time | relevance | path

Searched defs:getConstantValue (Results 1 – 25 of 173) sorted by relevance

1234567

/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtField.java425 public Object getConstantValue() { in getConstantValue() method in CtField
868 int getConstantValue(ConstPool cp, CtClass type) { return 0; } in getConstantValue() method in CtField.Initializer
944 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.CodeInitializer
966 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.PtreeInitializer
1243 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.IntInitializer
1280 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.LongInitializer
1319 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.FloatInitializer
1358 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.DoubleInitializer
1391 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() method in CtField.StringInitializer
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/
H A DTurbineElement.java897 public Object getConstantValue() { in getConstantValue() method in TurbineElement.TurbineFieldElement
1161 public Object getConstantValue() { in getConstantValue() method in TurbineElement.TurbineParameterElement
1266 public Object getConstantValue() { in getConstantValue() method in TurbineElement.TurbineRecordComponentElement
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.cpp588 const TConstantUnion *TIntermSymbol::getConstantValue() const in getConstantValue() function in sh::TIntermSymbol
855 const TConstantUnion *TIntermAggregate::getConstantValue() const in getConstantValue() function in sh::TIntermAggregate
1153 const TConstantUnion *TIntermTyped::getConstantValue() const in getConstantValue() function in sh::TIntermTyped
2087 const TConstantUnion *TIntermConstantUnion::getConstantValue() const in getConstantValue() function in sh::TIntermConstantUnion
2261 const TConstantUnion *TIntermBinary::getConstantValue() const in getConstantValue() function in sh::TIntermBinary
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/iface/
H A DField.java34 public TypedConstant getConstantValue(); in getConstantValue() method
H A DStdField.java44 public TypedConstant getConstantValue() { in getConstantValue() method in StdField
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/
H A DField.java34 public TypedConstant getConstantValue(); in getConstantValue() method
H A DAttConstantValue.java74 public TypedConstant getConstantValue() { in getConstantValue() method in AttConstantValue
H A DStdField.java71 public TypedConstant getConstantValue() { in getConstantValue() method in StdField
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
H A DConstantObject.java31 Object getConstantValue( ConstantPool cp ); in getConstantValue() method
H A DConstantFloat.java121 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantFloat
H A DConstantInteger.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantInteger
H A DConstantLong.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantLong
H A DConstantDouble.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantDouble
H A DConstantPackage.java114 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantPackage
H A DConstantClass.java111 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantClass
H A DConstantString.java120 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantString
H A DConstantModule.java114 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantModule
H A DField.java102 public final ConstantValue getConstantValue() { in getConstantValue() method in Field
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttConstantValue.java75 public TypedConstant getConstantValue() { in getConstantValue() method in AttConstantValue
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLConstructorSplat.h52 std::optional<double> getConstantValue(int n) const override { in getConstantValue() function
H A DSkSLConstructorMatrixResize.cpp31 std::optional<double> ConstructorMatrixResize::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorMatrixResize
H A DSkSLConstructorDiagonalMatrix.cpp32 std::optional<double> ConstructorDiagonalMatrix::getConstantValue(int n) const { in getConstantValue() function in SkSL::ConstructorDiagonalMatrix
H A DSkSLExpression.h116 virtual std::optional<double> getConstantValue(int n) const { in getConstantValue() function
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DConstantAttribute.java56 public int getConstantValue() { in getConstantValue() method in ConstantAttribute
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h34 static inline bool getConstantValue(SDValue N, uint32_t &Out) { in getConstantValue() function

1234567