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 220 struct CodeEntryInfo {
221 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
229 typedef CodeEntryInfo Value;
231 static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
240 void Call(const Address& key, const CodeEntryInfo& value);
profile-generator.cc 367 locator.set_value(CodeEntryInfo(entry, size));
389 const CodeEntryInfo& entry = locator.value();
405 const CodeEntryInfo& entry = locator.value();
411 locator.set_value(CodeEntryInfo(kSharedFunctionCodeEntry, id));
421 CodeEntryInfo entry = locator.value();
428 const Address& key, const CodeMap::CodeEntryInfo& value) {

Completed in 52 milliseconds