Searched refs:entry_info (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc1365 EntryInfo& entry_info = entries_->at(entry_index); local
1366 entry_info.accessed = true;
1367 return entry_info.id;
1382 EntryInfo& entry_info = entries_->at(entry_index); local
1383 if (entry_info.accessed) {
1385 new_entries->Add(EntryInfo(entry_info.id, false));
1515 EntryInfo* entry_info = reinterpret_cast<EntryInfo*>(p->value); local
1516 entry_info->entry = entry_info->allocator->AllocateEntry(
1518 entry_info
1531 EntryInfo* entry_info = reinterpret_cast<EntryInfo*>(cache_entry->value); local
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc1286 DictionaryValue* entry_info = new DictionaryValue(); local
1287 entry_info->SetBoolean("good", good());
1289 entry_info->Set("kernel", kernel_->ToValue());
1290 entry_info->Set("serverModelType",
1292 entry_info->Set("modelType",
1294 entry_info->SetBoolean("shouldMaintainPosition",
1296 entry_info->SetBoolean("existsOnClientBecauseNameIsNonEmpty",
1298 entry_info->SetBoolean("isRoot", IsRoot());
1300 return entry_info;

Completed in 111 milliseconds