Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h223 void CallbackEvent(Name* name, Address entry_point);
472 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
511 virtual void CallbackEvent(Name* name, Address entry_point) { } in CallbackEvent() function
Dlog.cc1120 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::Logger
1121 PROFILER_LOG(CallbackEvent(name, entry_point)); in CallbackEvent()
1715 PROFILE(isolate_, CallbackEvent(*func_name, entry_point)); in LogExistingFunction()
/external/v8/src/profiler/
Dcpu-profiler.h223 virtual void CallbackEvent(Name* name, Address entry_point);
Dcpu-profiler.cc203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::CpuProfiler