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