Lines Matching defs:HeapAllocator
19 HeapAllocator::HeapAllocator(Heap* heap) : heap_(heap) {}
21 void HeapAllocator::Setup() {
36 void HeapAllocator::SetReadOnlySpace(ReadOnlySpace* read_only_space) {
40 AllocationResult HeapAllocator::AllocateRawLargeInternal(
79 AllocationResult HeapAllocator::AllocateRawWithLightRetrySlowPath(
103 AllocationResult HeapAllocator::AllocateRawWithRetryOrFailSlowPath(
137 void HeapAllocator::IncrementObjectCounters() {
146 void HeapAllocator::SetAllocationTimeout(int allocation_timeout) {
150 void HeapAllocator::UpdateAllocationTimeout() {