Searched refs:OnMoveEvent (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | embedder-state.h | 27 void OnMoveEvent(Address from, Address to);
|
H A D | embedder-state.cc | 33 void EmbedderState::OnMoveEvent(Address from, Address to) { in OnMoveEvent() function in v8::internal::EmbedderState
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.cc | 565 void ContextFilter::OnMoveEvent(Address from_address, Address to_address) { in OnMoveEvent() function in v8::internal::ContextFilter 1231 profile->context_filter().OnMoveEvent(from, to); in UpdateNativeContextAddressForCurrentProfiles()
|
H A D | profile-generator.h | 267 void OnMoveEvent(Address from_address, Address to_address);
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger-inl.h | 101 heap()->OnMoveEvent(target, source, size); in MigrateObject()
|
H A D | heap.h | 755 void OnMoveEvent(HeapObject target, HeapObject source, int size_in_bytes);
|
H A D | heap.cc | 3478 void Heap::OnMoveEvent(HeapObject target, HeapObject source, in OnMoveEvent() function in v8::internal::Heap 3493 isolate_->current_embedder_state()->OnMoveEvent(source.address(), in OnMoveEvent() 3566 OnMoveEvent(new_object, object, new_object.Size()); in LeftTrimFixedArray()
|
H A D | mark-compact.cc | 1569 heap_->OnMoveEvent(dst, src, size);
|
Completed in 32 milliseconds