Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Dic-stats.h28 struct ICInfo { struct
32 std::string type;
33 const char* function_name;
34 int script_offset;
35 const char* script_name;
59 V8_INLINE ICInfo& Current() { in Current() argument
Dic-stats.cc89 ICInfo::ICInfo() in ICInfo() function in v8::internal::ICInfo