Searched refs:exponent_type (Results 1 – 9 of 9) sorted by relevance
472 explicit MathPowStub(ExponentType exponent_type) in MathPowStub() argument473 : exponent_type_(exponent_type) { } in MathPowStub()
1440 Representation exponent_type = instr->right()->representation(); in DoPower() local1443 LOperand* right = exponent_type.IsDouble() ? in DoPower()
3146 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local3156 if (exponent_type.IsTagged()) { in DoPower()3164 } else if (exponent_type.IsInteger32()) { in DoPower()3168 ASSERT(exponent_type.IsDouble()); in DoPower()
1421 Representation exponent_type = instr->right()->representation(); in DoPower() local1424 LOperand* right = exponent_type.IsDouble() ? in DoPower()
2980 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local2997 if (exponent_type.IsTagged()) { in DoPower()3005 } else if (exponent_type.IsInteger32()) { in DoPower()3009 ASSERT(exponent_type.IsDouble()); in DoPower()
1469 Representation exponent_type = instr->right()->representation(); in DoPower() local1472 LOperand* right = exponent_type.IsDouble() ? in DoPower()
3029 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local3039 if (exponent_type.IsTagged()) { in DoPower()3047 } else if (exponent_type.IsInteger32()) { in DoPower()3051 ASSERT(exponent_type.IsDouble()); in DoPower()
1439 Representation exponent_type = instr->right()->representation(); in DoPower() local1442 LOperand* right = exponent_type.IsDouble() ? in DoPower()
3247 Representation exponent_type = instr->hydrogen()->right()->representation(); in DoPower() local3257 if (exponent_type.IsTagged()) { in DoPower()3267 } else if (exponent_type.IsInteger32()) { in DoPower()3271 ASSERT(exponent_type.IsDouble()); in DoPower()