Home
last modified time | relevance | path

Searched refs:AllocationStep (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h383 AllocationStep(static_cast<int>(size_in_bytes + bytes_since_last), in AllocateRaw()
Dspaces.cc1512 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()
Dheap.h2511 void AllocationStep(int bytes_allocated, Address soon_object, size_t size);
Dspaces.h968 void AllocationStep(int bytes_since_last, Address soon_object, int size);
Dheap.cc5785 void AllocationObserver::AllocationStep(int bytes_allocated, in AllocationStep() function in v8::internal::AllocationObserver