Searched refs:CodeEntryInfo (Results 1 – 2 of 2) sorted by relevance
272 struct CodeEntryInfo { struct273 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) in CodeEntryInfo() function281 typedef CodeEntryInfo Value; argument283 static const Value NoValue() { return CodeEntryInfo(NULL, 0); } in NoValue()292 void Call(const Address& key, const CodeEntryInfo& value);
389 locator.set_value(CodeEntryInfo(entry, size)); in AddCode()411 const CodeEntryInfo& entry = locator.value(); in FindEntry()424 CodeEntryInfo entry = locator.value(); in MoveCode()431 const Address& key, const CodeMap::CodeEntryInfo& value) { in Call()