Searched defs:SharedFunctionInfoMoveEvent (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dcode-events.h104 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) = 0;
166 void SharedFunctionInfoMoveEvent(Address from, Address to) { function in class:v8::internal::CodeEventDispatcher
167 CODE_EVENT_DISPATCH(SharedFunctionInfoMoveEvent(from, to));
H A Dlog.cc1174 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { function in class:v8::internal::Logger

Completed in 431 milliseconds