Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h272 void SharedFunctionInfoMoveEvent(Address from, Address to);
487 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) = 0;
523 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) { } in SharedFunctionInfoMoveEvent() function
Dcpu-profiler.h240 virtual void SharedFunctionInfoMoveEvent(Address from, Address to);
Dcpu-profiler.cc316 void CpuProfiler::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() function in v8::internal::CpuProfiler
Dlog.cc1414 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() function in v8::internal::Logger
1415 PROFILER_LOG(SharedFunctionInfoMoveEvent(from, to)); in SharedFunctionInfoMoveEvent()
/external/v8/src/heap/
Dheap-inl.h256 PROFILE(isolate_, SharedFunctionInfoMoveEvent(source->address(), in OnMoveEvent()