/external/proguard/src/proguard/classfile/constant/ |
D | IntegerConstant.java | 31 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/test/cctest/ |
D | test-api-fast-accessor-builder.cc | 81 fab->ReturnValue(fab->IntegerConstant(124)); in TEST() 156 builder->ReturnValue(builder->IntegerConstant(5)); in TEST() 166 builder->ReturnValue(builder->IntegerConstant(42)); in TEST() 206 builder->ReturnValue(builder->IntegerConstant(0)); in TEST() 208 builder->ReturnValue(builder->IntegerConstant(1)); in TEST() 253 builder->ReturnValue(builder->IntegerConstant(0)); in TEST() 255 builder->ReturnValue(builder->IntegerConstant(1)); in TEST()
|
D | test-api-accessors.cc | 25 builder->ReturnValue(builder->IntegerConstant(41)); in FastAccessor()
|
D | test-receiver-check-hidden-prototype.cc | 39 fast_accessor_builder->IntegerConstant(42)); in TEST()
|
/external/v8/src/ |
D | api-experimental.cc | 66 FastAccessorBuilder::ValueId FastAccessorBuilder::IntegerConstant( in IntegerConstant() function in v8::experimental::FastAccessorBuilder 68 return FromApi(this)->IntegerConstant(const_value); in IntegerConstant()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceReplacer.java | 384 …((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()
|
D | InstructionSequenceConstants.java | 228 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/v8/include/ |
D | v8-experimental.h | 31 ValueId IntegerConstant(int int_constant);
|
/external/proguard/src/proguard/classfile/constant/visitor/ |
D | ConstantVisitor.java | 35 …public void visitIntegerConstant( Clazz clazz, IntegerConstant integerConstan… in visitIntegerConstant()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ComparableConstant.java | 126 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant() 129 int otherValue = ((IntegerConstant)otherConstant).getValue(); in visitIntegerConstant()
|
D | ConstantPoolEditor.java | 66 IntegerConstant integerConstant = (IntegerConstant)constant; in addIntegerConstant() 74 return addConstant(new IntegerConstant(value)); in addIntegerConstant()
|
D | ConstantAdder.java | 93 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|
D | ConstantPoolRemapper.java | 105 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|
/external/proguard/src/proguard/classfile/io/ |
D | LibraryClassReader.java | 239 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant() 346 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
|
D | ProgramClassReader.java | 220 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant() 966 case ClassConstants.CONSTANT_Integer: return new IntegerConstant(); in createConstant()
|
D | ProgramClassWriter.java | 174 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|
/external/proguard/src/proguard/classfile/util/ |
D | InstructionSequenceMatcher.java | 367 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant() 369 IntegerConstant integerPatternConstant = (IntegerConstant)patternConstant; in visitIntegerConstant()
|
D | SimplifiedVisitor.java | 125 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|
/external/v8/src/compiler/ |
D | fast-accessor-assembler.h | 56 ValueId IntegerConstant(int int_constant);
|
D | fast-accessor-assembler.cc | 33 FastAccessorAssembler::ValueId FastAccessorAssembler::IntegerConstant( in IntegerConstant() function in v8::internal::compiler::FastAccessorAssembler
|
/external/proguard/src/proguard/evaluation/ |
D | ConstantValueFactory.java | 66 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | ConstantInstruction.java | 221 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) {} in visitIntegerConstant()
|
/external/proguard/src/proguard/shrink/ |
D | UsageMarker.java | 384 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 1882 APInt IntegerConstant(NextPowerOf2(semanticsPrecision(*semantics)), 1); in roundToIntegral() local 1883 IntegerConstant <<= semanticsPrecision(*semantics)-1; in roundToIntegral() 1885 fs = MagicConstant.convertFromAPInt(IntegerConstant, false, in roundToIntegral()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 193 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()
|