/external/chromium_org/v8/src/ |
D | hydrogen-dehoist.cc | 31 int32_t value = constant->Integer32Value() * sign; in DehoistArrayIndex()
|
D | hydrogen-bce.cc | 60 *offset = is_sub ? - constant->Integer32Value() in Create() 61 : constant->Integer32Value(); in Create()
|
D | hydrogen-instructions.cc | 470 return HConstant::cast(this)->Integer32Value(); in GetInteger32Constant() 3100 result->Sar(c->Integer32Value()); in InferRange() 3112 int shift_count = c->Integer32Value() & 0x1f; in InferRange() 3124 result->Sar(c->Integer32Value()); in InferRange() 3140 result->Shl(c->Integer32Value()); in InferRange() 4298 int32_t dividend = c_left->Integer32Value(); in New() 4299 int32_t divisor = c_right->Integer32Value(); in New() 4420 int32_t i = c_index->Integer32Value(); in New()
|
D | hydrogen.cc | 1861 elements_kind, max_length->Integer32Value()); in BuildRegExpConstructResult() 2194 DCHECK_NE(0, c_left_length->Integer32Value()); in BuildUncheckedStringAdd() 2195 if (c_left_length->Integer32Value() + 1 >= ConsString::kMinLength) { in BuildUncheckedStringAdd() 2201 DCHECK_NE(0, c_right_length->Integer32Value()); in BuildUncheckedStringAdd() 2202 if (c_right_length->Integer32Value() + 1 >= ConsString::kMinLength) { in BuildUncheckedStringAdd() 2519 int array_length = HConstant::cast(length_argument)->Integer32Value(); in BuildAllocateArrayFromLength() 2849 int constant_candidate = HConstant::cast(capacity)->Integer32Value(); in BuildCopyElements() 9188 int constant_array_size = constant_argument->Integer32Value(); in BuildInlinedCallArray() 9239 int value = constant_argument->Integer32Value(); in IsCallArrayInlineable() 10123 (c1->Integer32Value() + c2->Integer32Value() == 32); in ShiftAmountsAllowReplaceByRotate() [all …]
|
D | hydrogen-instructions.h | 3582 int32_t Integer32Value() const { in Integer32Value() function 5107 HConstant::cast(left)->Integer32Value() >= 0) || in HBitwise() 5110 HConstant::cast(right)->Integer32Value() >= 0))) { in HBitwise() 5118 HConstant::cast(left)->Integer32Value() < 0) || in HBitwise() 5121 HConstant::cast(right)->Integer32Value() < 0))) { in HBitwise()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.cc | 1940 int32_t constant = HConstant::cast(most_const)->Integer32Value(); in DoMul() 2113 LikelyFitsImmField(hinstr, HConstant::cast(hright)->Integer32Value())) || in CanTransformToShiftedOp() 2115 LikelyFitsImmField(hinstr, HConstant::cast(hleft)->Integer32Value()))) { in CanTransformToShiftedOp() 2489 (HConstant::cast(instr->left())->Integer32Value() == 0)) { in DoSub()
|
D | lithium-arm64.h | 1247 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1256 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR() 3209 return HConstant::cast(constant)->Integer32Value() & 0x1f; in JSShiftAmountFromHConstant()
|
D | lithium-codegen-arm64.cc | 1192 return Smi::FromInt(constant->Integer32Value()); in ToSmi() 1210 return Operand(Smi::FromInt(constant->Integer32Value())); in ToOperand() 1213 return Operand(constant->Integer32Value()); in ToOperand() 1240 return Operand(constant->Integer32Value()); in ToOperand32() 1331 return constant->Integer32Value(); in ToInteger32()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 1349 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1358 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR()
|
D | lithium-arm.cc | 687 constant_value = constant->Integer32Value() & 0x1f; in DoShift() 1499 int32_t constant_value = constant->Integer32Value(); in DoMul()
|
D | lithium-codegen-arm.cc | 525 int32_t value = constant->Integer32Value(); in ToRepresentation() 534 return Smi::FromInt(constant->Integer32Value()); in ToSmi() 552 return Operand(Smi::FromInt(constant->Integer32Value())); in ToOperand() 555 return Operand(constant->Integer32Value()); in ToOperand()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 1314 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1323 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR()
|
D | lithium-codegen-mips64.cc | 386 __ li(scratch, Operand(Smi::FromInt(constant->Integer32Value()))); in EmitLoadRegister() 460 return constant->Integer32Value(); in ToInteger32() 467 int32_t value = constant->Integer32Value(); in ToRepresentation_donotuse() 476 return Smi::FromInt(constant->Integer32Value()); in ToSmi() 494 return Operand(Smi::FromInt(constant->Integer32Value())); in ToOperand() 497 return Operand(constant->Integer32Value()); in ToOperand()
|
D | lithium-mips64.cc | 694 constant_value = constant->Integer32Value() & 0x1f; in DoShift() 1494 int32_t constant_value = constant->Integer32Value(); in DoMul()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 1318 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1327 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR()
|
D | lithium-x64.cc | 709 constant_value = constant->Integer32Value() & 0x1f; in DoShift()
|
D | lithium-codegen-x64.cc | 444 int32_t value = constant->Integer32Value(); in ToRepresentation() 453 return Smi::FromInt(constant->Integer32Value()); in ToSmi()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 1331 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1340 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR()
|
D | lithium-ia32.cc | 727 constant_value = constant->Integer32Value() & 0x1f; in DoShift()
|
D | lithium-codegen-ia32.cc | 521 int32_t value = constant->Integer32Value(); in ToRepresentation()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 1345 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1354 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR()
|
D | lithium-x87.cc | 726 constant_value = constant->Integer32Value() & 0x1f; in DoShift()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 1315 int32_t value() const { return hydrogen()->Integer32Value(); } in DECLARE_HYDROGEN_ACCESSOR() 1324 Smi* value() const { return Smi::FromInt(hydrogen()->Integer32Value()); } in DECLARE_HYDROGEN_ACCESSOR()
|
D | lithium-codegen-mips.cc | 441 __ li(scratch, Operand(Smi::FromInt(constant->Integer32Value()))); in EmitLoadRegister() 520 int32_t value = constant->Integer32Value(); in ToRepresentation() 529 return Smi::FromInt(constant->Integer32Value()); in ToSmi() 547 return Operand(Smi::FromInt(constant->Integer32Value())); in ToOperand() 550 return Operand(constant->Integer32Value()); in ToOperand()
|
D | lithium-mips.cc | 694 constant_value = constant->Integer32Value() & 0x1f; in DoShift() 1493 int32_t constant_value = constant->Integer32Value(); in DoMul()
|