Home | History | Annotate | Download | only in arm

Lines Matching refs:heap_number_map

2182            isolate()->factory()->heap_number_map(),
2634 Register heap_number_map,
2641 JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
3083 Register heap_number_map,
3087 AssertIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
3088 cmp(scratch, heap_number_map);
3220 Register heap_number_map,
3232 AssertIsRoot(heap_number_map, map_index);
3236 str(heap_number_map, FieldMemOperand(result, HeapObject::kMapOffset));
3238 str(heap_number_map, MemOperand(result, HeapObject::kMapOffset));
3247 Register heap_number_map,
3249 AllocateHeapNumber(result, scratch1, scratch2, heap_number_map, gc_required);