/external/chromium_org/v8/src/ |
heap-profiler.cc | 135 void HeapProfiler::ObjectMoveEvent(Address from, Address to) { 136 snapshots_->ObjectMoveEvent(from, to);
|
heap-profiler.h | 72 void ObjectMoveEvent(Address from, Address to);
|
heap-snapshot-generator.h | 307 void ObjectMoveEvent(Address from, Address to) { ids_.MoveObject(from, to); }
|
builtins.cc | 350 HEAP_PROFILE(heap, ObjectMoveEvent(elms->address(), [all...] |
mark-compact.cc | [all...] |
heap.cc | [all...] |
/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...] |