Home | History | Annotate | Download | only in mips

Lines Matching refs:heap_number_map

1729                                        Register heap_number_map,
1736 JumpIfNotHeapNumber(object, heap_number_map, scratch, not_number);
3602 Register heap_number_map,
3614 AssertIsRoot(heap_number_map, map_index);
3618 sw(heap_number_map, FieldMemOperand(result, HeapObject::kMapOffset));
3620 sw(heap_number_map, MemOperand(result, HeapObject::kMapOffset));
4438 Register heap_number_map,
4454 Branch(not_number, ne, scratch1, Operand(heap_number_map));
5242 Register heap_number_map,
5246 AssertIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
5247 Branch(on_not_heap_number, ne, scratch, Operand(heap_number_map));