Lines Matching refs:ToInteger32
1082 DCHECK(ToInteger32(LConstantOperand::cast(op)) == 0); in ToRegister32()
1228 int32_t LCodeGen::ToInteger32(LConstantOperand* op) const { in ToInteger32() function in v8::internal::LCodeGen
1374 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
1375 int length = ToInteger32(LConstantOperand::cast(instr->length())); in DoAccessArgumentsAt()
1380 int index = ToInteger32(LConstantOperand::cast(instr->index())); in DoAccessArgumentsAt()
1405 right = ToInteger32(LConstantOperand::cast(instr->right())); in DoAddE()
1473 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
1492 int32_t size = ToInteger32(LConstantOperand::cast(instr->size())); in DoAllocate()
2387 int32_t value = ToInteger32(LConstantOperand::cast(right)); in DoCompareNumericAndBranch()
2394 int32_t value = ToInteger32(LConstantOperand::cast(left)); in DoCompareNumericAndBranch()
3136 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedExternal()
3254 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoLoadKeyedFixedDouble()
3291 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()
4037 int32_t right = ToInteger32(instr->right()); in DoMulConstIS()
4470 int parameter_count = ToInteger32(instr->constant_parameter_count()); in DoReturn()
4486 int offset = ToInteger32(LConstantOperand::cast(index)); in BuildSeqStringOperand()
4841 constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedExternal()
4905 int constant_key = ToInteger32(LConstantOperand::cast(instr->key())); in DoStoreKeyedFixedDouble()
4947 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()
5028 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
5030 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()
5036 int32_t constant_key = ToInteger32(LConstantOperand::cast(key)); in DoMaybeGrowElements()
5041 ToInteger32(LConstantOperand::cast(current_capacity)); in DoMaybeGrowElements()