Searched refs:AllocationStep (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/heap/ |
D | spaces.cc | 1070 void Space::AllocationStep(Address soon_object, int size) { in AllocateChunk() function in v8::internal::Space 1074 o->AllocationStep(size, soon_object, size); in AllocateChunk() 1668 (*allocation_observers_)[i]->AllocationStep(bytes_allocated, soon_object, in AllocateChunk() 2493 owner_->AllocationStep(new_node->address(), size_in_bytes); in AllocateChunk() 3028 AllocationStep(object->address(), object_size); in AllocateChunk()
|
D | spaces-inl.h | 529 AllocationStep(heap_obj->address(), size_in_bytes); in AllocateRaw()
|
D | heap.h | 2652 void AllocationStep(int bytes_allocated, Address soon_object, size_t size) { in AllocationStep() function
|
D | spaces.h | 1061 void AllocationStep(Address soon_object, int size);
|