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

/external/v8/src/
H A Dhydrogen-check-elimination.cc321 HCheckTableEntry* that_entry; local
326 that_entry = that->Find(phi_operand);
329 that_entry = that->Find(this_entry->object_);
332 if (that_entry == NULL ||
333 (that_entry->state_ == HCheckTableEntry::CHECKED &&
336 that_entry->state_ == HCheckTableEntry::UNCHECKED_STABLE)) {
341 this_entry->maps_->Union(that_entry->maps_, zone);
343 this_entry->state_, that_entry->state_);
344 if (this_entry->check_ != that_entry->check_) {

Completed in 74 milliseconds