Home | History | Annotate | Download | only in mips64

Lines Matching full:heap_number_map

2292                                        Register heap_number_map,
2299 JumpIfNotHeapNumber(object, heap_number_map, scratch, not_number);
3997 Register heap_number_map,
4009 AssertIsRoot(heap_number_map, map_index);
4013 sd(heap_number_map, FieldMemOperand(result, HeapObject::kMapOffset));
4015 sd(heap_number_map, MemOperand(result, HeapObject::kMapOffset));
4712 Register heap_number_map,
4729 Branch(not_number, ne, scratch1, Operand(heap_number_map));
5908 Register heap_number_map,
5912 AssertIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
5913 Branch(on_not_heap_number, ne, scratch, Operand(heap_number_map));