Home
last modified time | relevance | path

Searched refs:heap_map_index (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc3002 Heap::RootListIndex heap_map_index = Heap::kHeapNumberMapRootIndex; in AllocateHeapNumber() local
3003 StoreMapNoWriteBarrier(result, heap_map_index); in AllocateHeapNumber()
3016 Heap::RootListIndex heap_map_index = Heap::kMutableHeapNumberMapRootIndex; in AllocateMutableHeapNumber() local
3017 StoreMapNoWriteBarrier(result, heap_map_index); in AllocateMutableHeapNumber()