Home
last modified time | relevance | path

Searched defs:ICInfo (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dic-stats.h27 struct ICInfo { struct
31 std::string type;
32 const char* function_name;
33 int script_offset;
57 V8_INLINE ICInfo& Current() { in Current() argument
Dic-stats.cc90 ICInfo::ICInfo() in ICInfo() function in v8::internal::ICInfo