Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1070 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()
Dspaces-inl.h529 AllocationStep(heap_obj->address(), size_in_bytes); in AllocateRaw()
Dheap.h2652 void AllocationStep(int bytes_allocated, Address soon_object, size_t size) { in AllocationStep() function
Dspaces.h1061 void AllocationStep(Address soon_object, int size);