Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h265 void SharedFunctionInfoMoveEvent(Address from, Address to);
478 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) = 0;
514 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) { } in SharedFunctionInfoMoveEvent() function
Dlog.cc1389 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() function in v8::internal::Logger
/external/v8/src/profiler/
Dcpu-profiler.h245 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) {} in SharedFunctionInfoMoveEvent() function
/external/v8/src/heap/
Dheap-inl.h290 LOG_CODE_EVENT(isolate_, SharedFunctionInfoMoveEvent(source->address(), in OnMoveEvent()