Home
last modified time | relevance | path

Searched refs:CodeEntryInfo (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dprofile-generator-inl.h86 locator.set_value(CodeEntryInfo(entry, size)); in AddCode()
Dprofile-generator.h251 struct CodeEntryInfo { struct
252 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) in CodeEntryInfo() argument
260 typedef CodeEntryInfo Value; argument
271 void Call(const Address& key, const CodeEntryInfo& value);
Dprofile-generator.cc493 CodeMap::CodeEntryInfo(NULL, 0);
500 const CodeEntryInfo& entry = locator.value(); in FindEntry()
512 const CodeEntryInfo& entry = locator.value(); in GetSharedId()
518 locator.set_value(CodeEntryInfo(kSharedFunctionCodeEntry, id)); in GetSharedId()
525 const Address& key, const CodeMap::CodeEntryInfo& value) { in Call()