Home
last modified time | relevance | path

Searched refs:CodeMoveEvent (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dcpu-profiler.h150 void CodeMoveEvent(Address from, Address to);
241 static void CodeMoveEvent(Address from, Address to);
Dcpu-profiler.cc130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::ProfilerEventsProcessor
413 void CpuProfiler::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::CpuProfiler
414 Isolate::Current()->cpu_profiler()->processor_->CodeMoveEvent(from, to); in CodeMoveEvent()
Dlog.h236 void CodeMoveEvent(Address from, Address to);
Dlog.cc1085 void Logger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::Logger
Dmark-compact.cc2681 PROFILE(heap()->isolate(), CodeMoveEvent(src, dst)); in MigrateObject()
/external/chromium_org/v8/src/
Dlog.cc255 virtual void CodeMoveEvent(Address from, Address to) { } in CodeMoveEvent() function in v8::internal::PerfBasicLogger
320 virtual void CodeMoveEvent(Address from, Address to) { } in CodeMoveEvent() function in v8::internal::PerfJitLogger
482 virtual void CodeMoveEvent(Address from, Address to);
604 void LowLevelLogger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::LowLevelLogger
648 virtual void CodeMoveEvent(Address from, Address to);
694 void JitLogger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::JitLogger
1533 void Logger::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::Logger
1534 PROFILER_LOG(CodeMoveEvent(from, to)); in CodeMoveEvent()
1537 CALL_LISTENERS(CodeMoveEvent(from, to)); in CodeMoveEvent()
Dlog.h261 void CodeMoveEvent(Address from, Address to);
486 virtual void CodeMoveEvent(Address from, Address to) = 0;
Dcpu-profiler.h245 virtual void CodeMoveEvent(Address from, Address to);
Dcpu-profiler.cc307 void CpuProfiler::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::CpuProfiler
Dserialize.cc664 virtual void CodeMoveEvent(Address from, Address to) { in CodeMoveEvent() function in v8::internal::CodeAddressMap
Dmark-compact.cc2813 PROFILE(isolate(), CodeMoveEvent(src, dst)); in MigrateObject()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc108 processor.CodeMoveEvent(ToAddress(0x1400), ToAddress(0x1500)); in TEST()
/external/chromium_org/v8/test/cctest/
Dtest-cpu-profiler.cc160 profiler.CodeMoveEvent(comment2_code->address(), moved_code->address()); in TEST()