Home
last modified time | relevance | path

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

/external/v8/src/
Dlog.h230 void CallbackEvent(Name* name, Address entry_point);
481 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
520 virtual void CallbackEvent(Name* name, Address entry_point) { } in CallbackEvent() function
Dcpu-profiler.h219 virtual void CallbackEvent(Name* name, Address entry_point);
Dlog.cc1145 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::Logger
1146 PROFILER_LOG(CallbackEvent(name, entry_point)); in CallbackEvent()
1735 PROFILE(isolate_, CallbackEvent(*func_name, entry_point)); in LogExistingFunction()
Dcpu-profiler.cc183 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::CpuProfiler