Lines Matching refs:allocation
25 template <AllocationType allocation>
32 return NewHeapNumber<allocation>(value);
36 template <AllocationType allocation>
40 return NewHeapNumber<allocation>(FastI2D(value));
44 template <AllocationType allocation>
50 return NewHeapNumber<allocation>(FastUI2D(value));
54 template <AllocationType allocation>
61 return NewHeapNumber<allocation>(static_cast<double>(value));
65 template <AllocationType allocation>
72 return NewHeapNumber<allocation>(static_cast<double>(value));
76 template <AllocationType allocation>
78 Handle<HeapNumber> heap_number = NewHeapNumber<allocation>();
84 template <AllocationType allocation>
86 Handle<HeapNumber> heap_number = NewHeapNumber<allocation>();
92 template <AllocationType allocation>
94 return NewHeapNumberFromBits<allocation>(kHoleNanInt64);
100 AllocationType allocation) {
104 return StructType::cast(NewStructInternal(roots, map, size, allocation));
110 AllocationType allocation) {
112 HeapObject result = AllocateRawWithImmortalMap(size, allocation, map);