Searched refs:NativeContextMoveEvent (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/logging/ |
D | code-events.h | 101 virtual void NativeContextMoveEvent(Address from, Address to) = 0; 220 void NativeContextMoveEvent(Address from, Address to) override { in NativeContextMoveEvent() function 222 listener->NativeContextMoveEvent(from, to); in NativeContextMoveEvent()
|
D | log.h | 194 void NativeContextMoveEvent(Address from, Address to) override {} in NativeContextMoveEvent() function 432 void NativeContextMoveEvent(Address from, Address to) override {} in NativeContextMoveEvent() function 500 void NativeContextMoveEvent(Address from, Address to) override {} in NativeContextMoveEvent() function
|
/third_party/node/deps/v8/src/profiler/ |
D | profiler-listener.h | 61 void NativeContextMoveEvent(Address from, Address to) override;
|
D | profiler-listener.cc | 306 void ProfilerListener::NativeContextMoveEvent(Address from, Address to) { in NativeContextMoveEvent() function in v8::internal::ProfilerListener
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-test.cc | 1575 void NativeContextMoveEvent(Address from, Address to) final {} in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::NoopListener
|
/third_party/node/deps/v8/src/heap/ |
D | heap.cc | 3497 NativeContextMoveEvent(source.address(), target.address())); in OnMoveEvent()
|