Home | History | Annotate | Download | only in src

Lines Matching refs:CodeEntryInfo

253   struct CodeEntryInfo {
254 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
262 typedef CodeEntryInfo Value;
264 static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
273 void Call(const Address& key, const CodeEntryInfo& value);