Home | History | Annotate | Download | only in mips

Lines Matching full:heap_number

1117   Label heap_number, return_equal;
1136 __ Branch(&heap_number, eq, t4, Operand(HEAP_NUMBER_TYPE));
1176 __ bind(&heap_number);
1922 if (types_.Contains(HEAP_NUMBER)) {
2029 case UnaryOpIC::HEAP_NUMBER:
2339 case BinaryOpIC::HEAP_NUMBER:
2965 if (result_type_ >= ((op_ == Token::DIV) ? BinaryOpIC::HEAP_NUMBER