Searched defs:CodeEntryInfo (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprofile-generator.h253 struct CodeEntryInfo { struct in class:v8::internal::CodeMap
254 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) function in struct:v8::internal::CodeMap::CodeEntryInfo
262 typedef CodeEntryInfo Value;
264 static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
273 void Call(const Address& key, const CodeEntryInfo& value);

Completed in 53 milliseconds