/external/v8/src/ |
heap-profiler.h | 65 void ObjectMoveEvent(Address from, Address to);
|
heap-profiler.cc | 168 void HeapProfiler::ObjectMoveEvent(Address from, Address to) { 169 snapshots_->ObjectMoveEvent(from, to);
|
profile-generator.h | 768 void ObjectMoveEvent(Address from, Address to) { ids_.MoveObject(from, to); } [all...] |
builtins.cc | 384 HEAP_PROFILE(heap, ObjectMoveEvent(elms->address(), [all...] |
mark-compact.cc | [all...] |
heap.cc | [all...] |
/external/chromium_org/v8/src/ |
heap-profiler.h | 69 void ObjectMoveEvent(Address from, Address to, int size);
|
heap-profiler.cc | 170 void HeapProfiler::ObjectMoveEvent(Address from, Address to, int size) {
|
builtins.cc | 280 profiler->ObjectMoveEvent(elms->address(), [all...] |
mark-compact.cc | [all...] |
heap.cc | [all...] |