• Home
  • Raw
  • Download

Lines Matching refs:ToInteger32

1182     DCHECK(ToInteger32(LConstantOperand::cast(op)) == 0);  in ToRegister32()
1329 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen
1475 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
1476 int length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
1481 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
1503 ? ToInteger32(LConstantOperand::cast(instr->right())) in DoAddE()
1573 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
1593 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
2511 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2518 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
3439 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedExternal()
3567 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFixedDouble()
3607 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()
4332 int32_t right = ToInteger32(instr->right()); in DoMulConstIS()
4766 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
4785 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
5168 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedExternal()
5242 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFixedDouble()
5284 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()