Home
last modified time | relevance | path

Searched refs:OnMoveEvent (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dembedder-state.h27 void OnMoveEvent(Address from, Address to);
H A Dembedder-state.cc33 void EmbedderState::OnMoveEvent(Address from, Address to) { in OnMoveEvent() function in v8::internal::EmbedderState
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc565 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 Dprofile-generator.h267 void OnMoveEvent(Address from_address, Address to_address);
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h101 heap()->OnMoveEvent(target, source, size); in MigrateObject()
H A Dheap.h755 void OnMoveEvent(HeapObject target, HeapObject source, int size_in_bytes);
H A Dheap.cc3478 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 Dmark-compact.cc1569 heap_->OnMoveEvent(dst, src, size);

Completed in 32 milliseconds