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

  /external/v8/src/
profile-generator.h 253 struct CodeEntryInfo {
254 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
262 typedef CodeEntryInfo Value;
264 static const Value NoValue() { return CodeEntryInfo(NULL, 0); }
273 void Call(const Address& key, const CodeEntryInfo& value);
    [all...]
profile-generator.cc 505 locator.set_value(CodeEntryInfo(entry, size));
527 const CodeEntryInfo& entry = locator.value();
539 const CodeEntryInfo& entry = locator.value();
545 locator.set_value(CodeEntryInfo(kSharedFunctionCodeEntry, id));
555 CodeEntryInfo entry = locator.value();
562 const Address& key, const CodeMap::CodeEntryInfo& value) {
    [all...]

Completed in 24 milliseconds