Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-events.h82 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
145 void CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function
146 CODE_EVENT_DISPATCH(CallbackEvent(name, entry_point)); in CallbackEvent()
Dlog.h205 void CallbackEvent(Name* name, Address entry_point);
435 void CallbackEvent(Name* name, Address entry_point) override {} in CallbackEvent() function
487 void CallbackEvent(Name* name, Address entry_point) override {} in CallbackEvent() function
Dlog.cc1189 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::Logger
2232 CALL_CODE_EVENT_HANDLER(CallbackEvent(shared->DebugName(), entry_point)) in LogExistingFunction()
/external/v8/src/profiler/
Dprofiler-listener.h31 void CallbackEvent(Name* name, Address entry_point) override;
Dprofiler-listener.cc24 void ProfilerListener::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::ProfilerListener