Searched refs:SharedFunctionInfoMoveEvent (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/
H A Dcpu-profiler.h152 void SharedFunctionInfoMoveEvent(Address from, Address to);
246 static void SharedFunctionInfoMoveEvent(Address from, Address to);
H A Dcpu-profiler.cc141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from, function in class:v8::internal::ProfilerEventsProcessor
422 void CpuProfiler::SharedFunctionInfoMoveEvent(Address from, Address to) { function in class:v8::internal::CpuProfiler
424 profiler->processor_->SharedFunctionInfoMoveEvent(from, to);
H A Dlog.h240 void SharedFunctionInfoMoveEvent(Address from, Address to);
H A Dlog.cc1130 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { function in class:v8::internal::Logger
H A Dheap.cc1603 PROFILE(isolate, SharedFunctionInfoMoveEvent(
/external/chromium_org/v8/src/
H A Dlog.h274 void SharedFunctionInfoMoveEvent(Address from, Address to);
489 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) = 0;
524 virtual void SharedFunctionInfoMoveEvent(Address from, Address to) { } function in class:v8::internal::CodeEventLogger
H A Dcpu-profiler.h235 virtual void SharedFunctionInfoMoveEvent(Address from, Address to);
H A Dcpu-profiler.cc320 void CpuProfiler::SharedFunctionInfoMoveEvent(Address from, Address to) { function in class:v8::internal::CpuProfiler
H A Dlog.cc1387 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { function in class:v8::internal::Logger
1388 PROFILER_LOG(SharedFunctionInfoMoveEvent(from, to));
H A Dheap.cc2058 PROFILE(isolate, SharedFunctionInfoMoveEvent(

Completed in 325 milliseconds