Home | History | Annotate | Download | only in mips64

Lines Matching refs:heap_number_map

1778                                        Register heap_number_map,
1785 JumpIfNotHeapNumber(object, heap_number_map, scratch, not_number);
3512 Register heap_number_map,
3524 AssertIsRoot(heap_number_map, map_index);
3528 sd(heap_number_map, FieldMemOperand(result, HeapObject::kMapOffset));
3530 sd(heap_number_map, MemOperand(result, HeapObject::kMapOffset));
4326 Register heap_number_map,
4343 Branch(not_number, ne, scratch1, Operand(heap_number_map));
5201 Register heap_number_map,
5205 AssertIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
5206 Branch(on_not_heap_number, ne, scratch, Operand(heap_number_map));