Home | History | Annotate | Download | only in arm

Lines Matching full:heap_number_map

2479            isolate()->factory()->heap_number_map(),
2790 Register heap_number_map,
2797 JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_number);
3243 Register heap_number_map,
3247 AssertIsRoot(heap_number_map, Heap::kHeapNumberMapRootIndex);
3248 cmp(scratch, heap_number_map);
3298 Register heap_number_map,
3309 AssertIsRoot(heap_number_map, map_index);
3312 str(heap_number_map, FieldMemOperand(result, HeapObject::kMapOffset));
3320 Register heap_number_map,
3322 AllocateHeapNumber(result, scratch1, scratch2, heap_number_map, gc_required);