Searched refs:SharedFunctionInfoMoveEvent (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/logging/ |
| D | code-events.h | 100 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) = 0; 215 void SharedFunctionInfoMoveEvent(Address from, Address to) override { in SharedFunctionInfoMoveEvent() function 217 listener->SharedFunctionInfoMoveEvent(from, to); in SharedFunctionInfoMoveEvent()
|
| D | log.h | 193 void SharedFunctionInfoMoveEvent(Address from, Address to) override; 431 void SharedFunctionInfoMoveEvent(Address from, Address to) override {} in SharedFunctionInfoMoveEvent() function 499 void SharedFunctionInfoMoveEvent(Address from, Address to) override {} in SharedFunctionInfoMoveEvent() function
|
| D | log.cc | 1466 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() function in v8::internal::Logger
|
| /third_party/node/deps/v8/src/profiler/ |
| D | profiler-listener.h | 60 void SharedFunctionInfoMoveEvent(Address from, Address to) override {} in SharedFunctionInfoMoveEvent() function
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-test.cc | 1574 void SharedFunctionInfoMoveEvent(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 | 3489 LOG_CODE_EVENT(isolate_, SharedFunctionInfoMoveEvent(source.address(), in OnMoveEvent()
|