Searched refs:heap_allocator_ (Results 1 – 3 of 3) sorted by relevance
203 return heap_allocator_.AllocateRaw(size_in_bytes, type, origin, alignment); in AllocateRaw()209 return heap_allocator_ in AllocateRawOrFail()
207 heap_allocator_(this), in Heap()1032 heap_allocator_.UpdateAllocationTimeout(); in GarbageCollectionPrologue()5682 heap_allocator_.UpdateAllocationTimeout(); in SetUp()5781 heap_allocator_.SetReadOnlySpace(read_only_space_); in SetUpFromReadOnlyHeap()5792 heap_allocator_.SetReadOnlySpace(read_only_space_); in ReplaceReadOnlySpace()5903 heap_allocator_.Setup(); in SetUpSpaces()7506 heap_allocator_.SetAllocationTimeout(allocation_timeout); in set_allocation_timeout()
2035 HeapAllocator* allocator() { return &heap_allocator_; } in allocator()2118 HeapAllocator heap_allocator_; variable