HomeSort by relevance Sort by last modified time
    Searched refs:OnAllocationEvent (Results 1 - 4 of 4) sorted by null

  /external/v8/src/heap/
heap-inl.h 221 OnAllocationEvent(object, size_in_bytes);
250 OnAllocationEvent(object, size_in_bytes);
264 void Heap::OnAllocationEvent(HeapObject* object, int size_in_bytes) {
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/snapshot/
deserializer.cc 365 isolate_->heap()->OnAllocationEvent(obj, size);
    [all...]

Completed in 629 milliseconds