Searched defs:CallbackEvent (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcode-events.h99 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
151 void CallbackEvent(Name* name, Address entry_point) { function in class:v8::internal::CodeEventDispatcher
152 CODE_EVENT_DISPATCH(CallbackEvent(name, entry_point));
H A Dlog.cc995 void Logger::CallbackEvent(Name* name, Address entry_point) { function in class:v8::internal::Logger
1554 PROFILE(isolate_, CallbackEvent(*func_name, entry_point));
/external/v8/src/profiler/
H A Dprofiler-listener.cc24 void ProfilerListener::CallbackEvent(Name* name, Address entry_point) { function in class:v8::internal::ProfilerListener

Completed in 126 milliseconds