Searched defs:SetterCallbackEvent (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dlog.h232 void SetterCallbackEvent(Name* name, Address entry_point);
483 virtual void SetterCallbackEvent(Name* name, Address entry_point) = 0;
522 virtual void SetterCallbackEvent(Name* name, Address entry_point) { } function in class:v8::internal::CodeEventLogger
H A Dcpu-profiler.cc355 void CpuProfiler::SetterCallbackEvent(Name* name, Address entry_point) { function in class:v8::internal::CpuProfiler
H A Dlog.cc1157 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { function in class:v8::internal::Logger
1158 PROFILER_LOG(SetterCallbackEvent(name, entry_point));
1782 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry));

Completed in 66 milliseconds