Lines Matching full:heap_number_map
1906 Register heap_number_map,
1913 JumpIfNotHeapNumber(object, heap_number_map, scratch, not_number);
3569 Register heap_number_map,
3581 AssertIsRoot(heap_number_map, map_index);
3585 sw(heap_number_map, FieldMemOperand(result, HeapObject::kMapOffset));
3587 sw(heap_number_map, MemOperand(result, HeapObject::kMapOffset));
4294 Register heap_number_map,
4310 Branch(not_number, ne, scratch1, Operand(heap_number_map));
5188 Register heap_number_map,
5192 AssertIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
5193 Branch(on_not_heap_number, ne, scratch, Operand(heap_number_map));