Searched refs:IntegerConstant (Results 1 - 25 of 26) sorted by relevance

12

/external/proguard/src/proguard/classfile/constant/
H A DIntegerConstant.java31 public class IntegerConstant extends Constant class in inherits:Constant
37 * Creates an uninitialized IntegerConstant.
39 public IntegerConstant() method in class:IntegerConstant
45 * Creates a new IntegerConstant with the given integer value.
47 public IntegerConstant(int value) method in class:IntegerConstant
54 * Returns the integer value of this IntegerConstant.
63 * Sets the integer value of this IntegerConstant.
/external/proguard/src/proguard/classfile/constant/visitor/
H A DConstantVisitor.java35 public void visitIntegerConstant( Clazz clazz, IntegerConstant integerConstant);
/external/v8/src/
H A Dapi-experimental.cc64 FastAccessorBuilder::ValueId FastAccessorBuilder::IntegerConstant( function in class:v8::experimental::FastAccessorBuilder
66 return FromApi(this)->IntegerConstant(const_value);
H A Dfast-accessor-assembler.h56 ValueId IntegerConstant(int int_constant);
H A Dfast-accessor-assembler.cc32 FastAccessorAssembler::ValueId FastAccessorAssembler::IntegerConstant( function in class:v8::internal::FastAccessorAssembler
/external/v8/include/
H A Dv8-experimental.h31 ValueId IntegerConstant(int int_constant);
/external/proguard/src/proguard/evaluation/
H A DConstantValueFactory.java66 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java384 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
389 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
394 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
H A DInstructionSequenceConstants.java228 new IntegerConstant(32768),
229 new IntegerConstant(65536),
230 new IntegerConstant(16777216),
232 new IntegerConstant(0x0000ff00),
233 new IntegerConstant(0x00ff0000),
234 new IntegerConstant(0xff000000),
235 new IntegerConstant(0x0000ffff),
236 new IntegerConstant(0xffff0000),
/external/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java126 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
129 int otherValue = ((IntegerConstant)otherConstant).getValue();
H A DConstantPoolEditor.java49 * Finds or creates a IntegerConstant constant pool entry with the given
66 IntegerConstant integerConstant = (IntegerConstant)constant;
74 return addConstant(new IntegerConstant(value));
H A DConstantAdder.java93 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
H A DConstantPoolRemapper.java105 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
/external/proguard/src/proguard/classfile/io/
H A DLibraryClassReader.java239 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
346 case ClassConstants.CONSTANT_Integer: return new IntegerConstant();
H A DProgramClassReader.java220 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
966 case ClassConstants.CONSTANT_Integer: return new IntegerConstant();
H A DProgramClassWriter.java174 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java367 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
369 IntegerConstant integerPatternConstant = (IntegerConstant)patternConstant;
H A DSimplifiedVisitor.java125 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java221 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) {}
/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp358 class IntegerConstant class in namespace:glcts
379 IntegerConstant(Literals lit, int ai) : asInt(ai) function in class:glcts::IntegerConstant
1477 std::vector<IntegerConstant> integerConstants;
1478 for (int idx = 0; idx < IntegerConstant::last; idx++)
1482 integerConstants.push_back(IntegerConstant((IntegerConstant::Literals)idx, (*it)));
1487 for (std::vector<IntegerConstant>::iterator it = integerConstants.begin(); it != integerConstants.end(); it++)
1526 for (std::vector<IntegerConstant>::iterator it = integerConstants.begin(); it != integerConstants.end(); it++)
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java384 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java193 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant)
/external/llvm/lib/Support/
H A DAPFloat.cpp1885 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1);
1886 IntegerConstant <<= semanticsPrecision(*semantics)-1;
1888 fs = MagicConstant.convertFromAPInt(IntegerConstant, false,
/external/flatbuffers/src/
H A Didl_parser.cpp177 TD(IntegerConstant, 258, "integer constant") \
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 405 milliseconds

12