Searched defs:ToInteger32 (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dlithium-codegen-arm.cc400 int LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1162 int32_t constant = ToInteger32(LConstantOperand::cast(right_op));
1309 int value = ToInteger32(LConstantOperand::cast(right_op));
1780 Operand(ToInteger32(LConstantOperand::cast(right))));
1783 Operand(ToInteger32(LConstantOperand::cast(left))));
2653 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2687 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3586 ToInteger32(const_operand) * kPointerSize + FixedArray::kHeaderSize;
3623 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3661 constant_key = ToInteger32(LConstantOperan
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc309 int LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
978 int constant = ToInteger32(LConstantOperand::cast(right));
1032 if (ToInteger32(LConstantOperand::cast(right)) <= 0) {
1052 int right_operand = ToInteger32(LConstantOperand::cast(right));
1113 int value = ToInteger32(LConstantOperand::cast(right));
2468 int constant_value = ToInteger32(LConstantOperand::cast(key));
3371 Immediate(ToInteger32(LConstantOperand::cast(instr->index()))));
3430 ToInteger32(const_operand) * kPointerSize + FixedArray::kHeaderSize;
3574 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc368 int LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
961 int32_t constant = ToInteger32(LConstantOperand::cast(right_op));
1112 int value = ToInteger32(LConstantOperand::cast(right_op));
1639 cmp_right = Operand(ToInteger32(LConstantOperand::cast(right)));
1642 cmp_right = Operand(ToInteger32(LConstantOperand::cast(left)));
2531 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
2564 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3483 ToInteger32(const_operand) * kPointerSize + FixedArray::kHeaderSize;
3521 constant_key = ToInteger32(LConstantOperand::cast(instr->key()));
3562 constant_key = ToInteger32(LConstantOperan
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc322 int LCodeGen::ToInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
942 int right_value = ToInteger32(LConstantOperand::cast(right));
998 if (ToInteger32(LConstantOperand::cast(right)) <= 0) {
1021 int right_operand = ToInteger32(LConstantOperand::cast(right));
1098 int value = ToInteger32(LConstantOperand::cast(right));
1134 Immediate(ToInteger32(LConstantOperand::cast(right))));
1294 Immediate(ToInteger32(LConstantOperand::cast(right))));
1558 value = ToInteger32(LConstantOperand::cast(right));
1561 value = ToInteger32(LConstantOperand::cast(left));
2422 int constant_value = ToInteger32(LConstantOperan
[all...]

Completed in 83 milliseconds