Lines Matching refs:HeapAllocator
21 PagedSpace* HeapAllocator::code_space() const { in code_space()
25 CodeLargeObjectSpace* HeapAllocator::code_lo_space() const { in code_lo_space()
29 OldLargeObjectSpace* HeapAllocator::lo_space() const { in lo_space()
33 PagedSpace* HeapAllocator::space_for_maps() const { return space_for_maps_; } in space_for_maps()
35 NewSpace* HeapAllocator::new_space() const { in new_space()
39 NewLargeObjectSpace* HeapAllocator::new_lo_space() const { in new_lo_space()
43 PagedSpace* HeapAllocator::old_space() const { in old_space()
47 ReadOnlySpace* HeapAllocator::read_only_space() const { in read_only_space()
51 bool HeapAllocator::CanAllocateInReadOnlySpace() const { in CanAllocateInReadOnlySpace()
56 V8_WARN_UNUSED_RESULT V8_INLINE AllocationResult HeapAllocator::AllocateRaw( in AllocateRaw()
161 AllocationResult HeapAllocator::AllocateRaw(int size_in_bytes, in AllocateRaw()
191 AllocationResult HeapAllocator::AllocateRawData(int size_in_bytes, in AllocateRawData()
212 template <HeapAllocator::AllocationRetryMode mode>
213 V8_WARN_UNUSED_RESULT V8_INLINE HeapObject HeapAllocator::AllocateRawWith( in AllocateRawWith()