Searched refs:CallbackEvent (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | code-events.h | 99 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()
|
D | log.h | 153 void CallbackEvent(Name* name, Address entry_point); 397 void CallbackEvent(Name* name, Address entry_point) override {} in CallbackEvent() function
|
D | log.cc | 995 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/ |
D | profiler-listener.h | 29 void CallbackEvent(Name* name, Address entry_point) override;
|
D | profiler-listener.cc | 25 void ProfilerListener::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::ProfilerListener
|