Home
last modified time | relevance | path

Searched refs:var_entry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc1591 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()
[all …]
Dcode-stub-assembler.h301 Label* if_found, Variable* var_entry,
/external/v8/test/cctest/
Dtest-code-stub-assembler.cc341 Variable var_entry(&m, MachineRepresentation::kWord32); in TestNumberDictionaryLookup() local
343 m.NumberDictionaryLookup<Dictionary>(dictionary, key, &if_found, &var_entry, in TestNumberDictionaryLookup()
349 m.Branch(m.Word32Equal(m.SmiToWord32(expected_arg), var_entry.value()), in TestNumberDictionaryLookup()