Searched defs:CodeMoveEvent (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dcode-events.h103 virtual void CodeMoveEvent(AbstractCode* from, Address to) = 0;
163 void CodeMoveEvent(AbstractCode* from, Address to) { function in class:v8::internal::CodeEventDispatcher
164 CODE_EVENT_DISPATCH(CodeMoveEvent(from, to));
H A Dperf-jit.cc379 void PerfJitLogger::CodeMoveEvent(AbstractCode* from, Address to) { function in class:v8::internal::PerfJitLogger
H A Dlog.cc221 void CodeMoveEvent(AbstractCode* from, Address to) override {}
290 void CodeMoveEvent(AbstractCode* from, Address to) override;
398 void LowLevelLogger::CodeMoveEvent(AbstractCode* from, Address to) { function in class:v8::internal::LowLevelLogger
424 void CodeMoveEvent(AbstractCode* from, Address to) override;
465 void JitLogger::CodeMoveEvent(AbstractCode* from, Address to) { function in class:v8::internal::JitLogger
1139 void Logger::CodeMoveEvent(AbstractCode* from, Address to) { function in class:v8::internal::Logger
/external/v8/src/profiler/
H A Dprofiler-listener.cc131 void ProfilerListener::CodeMoveEvent(AbstractCode* from, Address to) { function in class:v8::internal::ProfilerListener

Completed in 510 milliseconds