Home
last modified time | relevance | path

Searched refs:dictionary_found (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.cc808 Label dictionary_found(this, &var_name_index), not_found(this); in EmitGenericPropertyStore() local
809 NameDictionaryLookup<NameDictionary>(properties, p->name, &dictionary_found, in EmitGenericPropertyStore()
811 Bind(&dictionary_found); in EmitGenericPropertyStore()
Daccessor-assembler.cc1261 Label dictionary_found(this, &var_name_index); in GenericPropertyLoad() local
1262 NameDictionaryLookup<NameDictionary>(properties, key, &dictionary_found, in GenericPropertyLoad()
1265 Bind(&dictionary_found); in GenericPropertyLoad()