Searched refs:ICEvent (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | log.h | 186 void ICEvent(const char* type, bool keyed, const Address pc, int line,
|
D | log.cc | 1293 void Logger::ICEvent(const char* type, bool keyed, const Address pc, int line, in ICEvent() function in v8::internal::Logger
|
/external/v8/src/ic/ |
D | ic.cc | 130 LOG(isolate(), ICEvent(type, is_keyed(), pc, line, column, map, *name, in TraceIC()
|