Home
last modified time | relevance | path

Searched refs:SharedFunctionInfoMoveEvent (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcode-events.h87 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()
Dlog.h234 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
Dlog.cc1466 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() function in v8::internal::Logger
/external/v8/src/profiler/
Dprofiler-listener.h55 void SharedFunctionInfoMoveEvent(Address from, Address to) override {} in SharedFunctionInfoMoveEvent() function
/external/v8/src/heap/
Dheap-inl.h237 LOG_CODE_EVENT(isolate_, SharedFunctionInfoMoveEvent(source->address(), in OnMoveEvent()