Searched refs:AllocationStep (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/heap/ |
D | spaces-inl.h | 383 AllocationStep(static_cast<int>(size_in_bytes + bytes_since_last), in AllocateRaw()
|
D | spaces.cc | 1512 void Space::AllocationStep(int bytes_since_last, Address soon_object, in AllocateChunk() function in v8::internal::Space 1522 observer->AllocationStep(bytes_since_last, soon_object, size); in AllocateChunk() 2458 AllocationStep(bytes_allocated, soon_object, static_cast<int>(size)); in AllocateChunk() 3495 AllocationStep(object_size, object->address(), object_size); in AllocateChunk()
|
D | heap.h | 2511 void AllocationStep(int bytes_allocated, Address soon_object, size_t size);
|
D | spaces.h | 968 void AllocationStep(int bytes_since_last, Address soon_object, int size);
|
D | heap.cc | 5785 void AllocationObserver::AllocationStep(int bytes_allocated, in AllocationStep() function in v8::internal::AllocationObserver
|