Home
last modified time | relevance | path

Searched refs:SetterCallbackEvent (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlog.h225 void SetterCallbackEvent(Name* name, Address entry_point);
474 virtual void SetterCallbackEvent(Name* name, Address entry_point) = 0;
513 virtual void SetterCallbackEvent(Name* name, Address entry_point) { } in SetterCallbackEvent() function
Dlog.cc1132 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent() function in v8::internal::Logger
1133 PROFILER_LOG(SetterCallbackEvent(name, entry_point)); in SetterCallbackEvent()
1762 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
/external/v8/src/profiler/
Dcpu-profiler.h244 virtual void SetterCallbackEvent(Name* name, Address entry_point);
Dcpu-profiler.cc377 void CpuProfiler::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent() function in v8::internal::CpuProfiler