Home
last modified time | relevance | path

Searched refs:IntegerConstant (Results 1 – 25 of 25) 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/test/cctest/
Dtest-api-fast-accessor-builder.cc81 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()
Dtest-api-accessors.cc25 builder->ReturnValue(builder->IntegerConstant(41)); in FastAccessor()
Dtest-receiver-check-hidden-prototype.cc39 fast_accessor_builder->IntegerConstant(42)); in TEST()
/external/v8/src/
Dapi-experimental.cc66 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/
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/v8/include/
Dv8-experimental.h31 ValueId IntegerConstant(int int_constant);
/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/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/v8/src/compiler/
Dfast-accessor-assembler.h56 ValueId IntegerConstant(int int_constant);
Dfast-accessor-assembler.cc33 FastAccessorAssembler::ValueId FastAccessorAssembler::IntegerConstant( in IntegerConstant() function in v8::internal::compiler::FastAccessorAssembler
/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.cpp1882 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/
DClassPrinter.java193 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) in visitIntegerConstant()