Searched refs:heap_map_index (Results 1 – 1 of 1) sorted by relevance
3002 Heap::RootListIndex heap_map_index = Heap::kHeapNumberMapRootIndex; in AllocateHeapNumber() local3003 StoreMapNoWriteBarrier(result, heap_map_index); in AllocateHeapNumber()3016 Heap::RootListIndex heap_map_index = Heap::kMutableHeapNumberMapRootIndex; in AllocateMutableHeapNumber() local3017 StoreMapNoWriteBarrier(result, heap_map_index); in AllocateMutableHeapNumber()