HomeSort by relevance Sort by last modified time
    Searched refs:CodeEntryInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
profile-generator.h 221 struct CodeEntryInfo {
222 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
230 typedef CodeEntryInfo Value;
232 static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
241 void Call(const Address& key, const CodeEntryInfo& value);
profile-generator.cc 358 locator.set_value(CodeEntryInfo(entry, size));
380 const CodeEntryInfo& entry = locator.value();
396 const CodeEntryInfo& entry = locator.value();
402 locator.set_value(CodeEntryInfo(kSharedFunctionCodeEntry, id));
412 CodeEntryInfo entry = locator.value();
419 const Address& key, const CodeMap::CodeEntryInfo& value) {

Completed in 29 milliseconds