Home
last modified time | relevance | path

Searched refs:IntegerConstant (Results 1 – 23 of 23) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DIntegerConstant.java31 public class IntegerConstant extends Constant class
39 public IntegerConstant() in IntegerConstant() method in IntegerConstant
47 public IntegerConstant(int value) in IntegerConstant() method in IntegerConstant
/external/v8/src/
Dapi-experimental.cc64 FastAccessorBuilder::ValueId FastAccessorBuilder::IntegerConstant( in IntegerConstant() function in v8::experimental::FastAccessorBuilder
66 return FromApi(this)->IntegerConstant(const_value); in IntegerConstant()
Dfast-accessor-assembler.h56 ValueId IntegerConstant(int int_constant);
Dfast-accessor-assembler.cc32 FastAccessorAssembler::ValueId FastAccessorAssembler::IntegerConstant( in IntegerConstant() function in v8::internal::FastAccessorAssembler
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java384 …((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argume… in argumentAsString()
389 …((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argume… in argumentAsString()
394 …((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argume… in argumentAsString()
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/constant/visitor/
DConstantVisitor.java35 …public void visitIntegerConstant( Clazz clazz, IntegerConstant integerConstan… in visitIntegerConstant()
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java126 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
129 int otherValue = ((IntegerConstant)otherConstant).getValue(); in visitIntegerConstant()
DConstantPoolEditor.java66 IntegerConstant integerConstant = (IntegerConstant)constant; in addIntegerConstant()
74 return addConstant(new IntegerConstant(value)); in addIntegerConstant()
DConstantAdder.java93 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
DConstantPoolRemapper.java105 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/v8/include/
Dv8-experimental.h31 ValueId IntegerConstant(int int_constant);
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java239 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
346 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
DProgramClassReader.java220 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
966 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
DProgramClassWriter.java174 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java367 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
369 IntegerConstant integerPatternConstant = (IntegerConstant)patternConstant; in visitIntegerConstant()
DSimplifiedVisitor.java125 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/evaluation/
DConstantValueFactory.java66 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java221 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) {} in visitIntegerConstant()
/external/proguard/src/proguard/shrink/
DUsageMarker.java384 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/llvm/lib/Support/
DAPFloat.cpp1885 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral() local
1886 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral()
1888 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, in roundToIntegral()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java193 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
/external/flatbuffers/src/
Didl_parser.cpp169 TD(IntegerConstant, 258, "integer constant") \