Searched refs:NumberToInt32 (Results 1 – 9 of 9) sorted by relevance
91 static inline int32_t NumberToInt32(Object* number);
80 int32_t NumberToInt32(Object* number) { in NumberToInt32() function
1047 int32_t truncated = NumberToInt32(*handle_); in CopyToTruncatedInt32()
10436 StepAction step_action = static_cast<StepAction>(NumberToInt32(args[1])); in RUNTIME_FUNCTION()10446 int step_count = NumberToInt32(args[2]); in RUNTIME_FUNCTION()
109 …return (node2.op == ValueToNumber || node2.op == ValueToInt32 || node2.op == NumberToInt32) && op1… in equalIgnoringLaterNumericConversion()
100 macro(NumberToInt32, NodeResultInt32) \
293 case NumberToInt32: in compile()314 ASSERT(op != NumberToInt32); in compile()
334 case NumberToInt32: { in compile()
233 result.first->second = addToGraph(NumberToInt32, index); in toInt32()