Searched refs:SharedFunctionInfoMoveEvent (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | code-events.h | 87 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) = 0; 160 void SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() function 161 CODE_EVENT_DISPATCH(SharedFunctionInfoMoveEvent(from, to)); in SharedFunctionInfoMoveEvent()
|
D | log.h | 234 void SharedFunctionInfoMoveEvent(Address from, Address to); 438 void SharedFunctionInfoMoveEvent(Address from, Address to) override {} in SharedFunctionInfoMoveEvent() function 490 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
|
/external/v8/src/profiler/ |
D | profiler-listener.h | 55 void SharedFunctionInfoMoveEvent(Address from, Address to) override {} in SharedFunctionInfoMoveEvent() function
|
/external/v8/src/heap/ |
D | heap-inl.h | 237 LOG_CODE_EVENT(isolate_, SharedFunctionInfoMoveEvent(source->address(), in OnMoveEvent()
|