Searched defs:CallbackEvent (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ | ||
D | log.h | 511 virtual void CallbackEvent(Name* name, Address entry_point) { } in CallbackEvent() function |
D | log.cc | 1120 void Logger::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::Logger |
/external/v8/src/profiler/ | ||
D | cpu-profiler.cc | 203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) { in CallbackEvent() function in v8::internal::CpuProfiler |