Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-events.h99 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
151 void CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function
152 CODE_EVENT_DISPATCH(CallbackEvent(name, entry_point)); in CallbackEvent()
Dlog.h153 void CallbackEvent(Name* name, Address entry_point);
397 void CallbackEvent(Name* name, Address entry_point) override {} in CallbackEvent() function
Dlog.cc995 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::Logger
1631 PROFILE(isolate_, CallbackEvent(shared->DebugName(), entry_point)); in LogExistingFunction()
/external/v8/src/profiler/
Dprofiler-listener.h29 void CallbackEvent(Name* name, Address entry_point) override;
Dprofiler-listener.cc25 void ProfilerListener::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::ProfilerListener