Home
last modified time | relevance | path

Searched refs:ICEvent (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlog.h186 void ICEvent(const char* type, bool keyed, const Address pc, int line,
Dlog.cc1293 void Logger::ICEvent(const char* type, bool keyed, const Address pc, int line, in ICEvent() function in v8::internal::Logger
/external/v8/src/ic/
Dic.cc130 LOG(isolate(), ICEvent(type, is_keyed(), pc, line, column, map, *name, in TraceIC()