Lines Matching refs:var_entry
1591 Variable var_entry(this, MachineRepresentation::kWord32); in NameDictionaryLookup() local
1592 Variable* loop_vars[] = {&var_count, &var_entry, var_name_index}; in NameDictionaryLookup()
1595 var_entry.Bind(entry); in NameDictionaryLookup()
1600 Node* entry = var_entry.value(); in NameDictionaryLookup()
1614 var_entry.Bind(entry); in NameDictionaryLookup()
1642 Variable* var_entry, in NumberDictionaryLookup() argument
1644 DCHECK_EQ(MachineRepresentation::kWord32, var_entry->rep()); in NumberDictionaryLookup()
1668 Variable* loop_vars[] = {&var_count, var_entry}; in NumberDictionaryLookup()
1671 var_entry->Bind(entry); in NumberDictionaryLookup()
1676 Node* entry = var_entry->value(); in NumberDictionaryLookup()
1706 var_entry->Bind(entry); in NumberDictionaryLookup()
1991 Variable var_entry(this, MachineRepresentation::kWord32); in TryGetOwnProperty() local
2001 &var_entry, if_not_found, if_bailout); in TryGetOwnProperty()
2005 Node* name_index = var_entry.value(); in TryGetOwnProperty()
2014 Node* entry = var_entry.value(); in TryGetOwnProperty()
2021 Node* entry = var_entry.value(); in TryGetOwnProperty()
2145 Variable var_entry(this, MachineRepresentation::kWord32); in TryLookupElement() local
2148 &var_entry, if_not_found); in TryLookupElement()