Home
last modified time | relevance | path

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

/external/v8/src/
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) { } in SetterCallbackEvent() function
Dcpu-profiler.h239 virtual void SetterCallbackEvent(Name* name, Address entry_point);
Dlog.cc1157 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent() function in v8::internal::Logger
1158 PROFILER_LOG(SetterCallbackEvent(name, entry_point)); in SetterCallbackEvent()
1782 PROFILE(isolate_, SetterCallbackEvent(name, setter_entry)); in LogAccessorCallbacks()
Dcpu-profiler.cc355 void CpuProfiler::SetterCallbackEvent(Name* name, Address entry_point) { in SetterCallbackEvent() function in v8::internal::CpuProfiler