Searched defs:this_entry (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc320 HCheckTableEntry* this_entry = &entries_[i]; local
322 if (this_entry->object_->IsPhi() &&
323 this_entry->object_->block() == succ) {
324 HPhi* phi = HPhi::cast(this_entry->object_);
329 that_entry = that->Find(this_entry->object_);
334 this_entry->state_ == HCheckTableEntry::UNCHECKED_STABLE) ||
335 (this_entry->state_ == HCheckTableEntry::CHECKED &&
337 this_entry->object_ = NULL;
340 this_entry->maps_ =
341 this_entry
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc894 EntryImpl* this_entry = it->second; local
895 this_entry->AddRef();
896 *entry = this_entry;
H A Dbackend_impl.cc826 EntryImpl* this_entry = it->second; local
827 return this_entry->GetNextAddress();
1512 EntryImpl* this_entry = it->second; local
1513 this_entry->AddRef();
1514 *entry = this_entry;

Completed in 2085 milliseconds