Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.h221 struct CodeEntryInfo { struct
222 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) in CodeEntryInfo() function
230 typedef CodeEntryInfo Value; argument
232 static const Value NoValue() { return CodeEntryInfo(NULL, 0); } in NoValue()
241 void Call(const Address& key, const CodeEntryInfo& value);
Dprofile-generator.cc358 locator.set_value(CodeEntryInfo(entry, size)); in AddCode()
380 const CodeEntryInfo& entry = locator.value(); in FindEntry()
396 const CodeEntryInfo& entry = locator.value(); in GetSharedId()
402 locator.set_value(CodeEntryInfo(kSharedFunctionCodeEntry, id)); in GetSharedId()
412 CodeEntryInfo entry = locator.value(); in MoveCode()
419 const Address& key, const CodeMap::CodeEntryInfo& value) { in Call()