Searched refs:dictionary_found (Results 1 – 2 of 2) sorted by relevance
808 Label dictionary_found(this, &var_name_index), not_found(this); in EmitGenericPropertyStore() local809 NameDictionaryLookup<NameDictionary>(properties, p->name, &dictionary_found, in EmitGenericPropertyStore()811 Bind(&dictionary_found); in EmitGenericPropertyStore()
1261 Label dictionary_found(this, &var_name_index); in GenericPropertyLoad() local1262 NameDictionaryLookup<NameDictionary>(properties, key, &dictionary_found, in GenericPropertyLoad()1265 Bind(&dictionary_found); in GenericPropertyLoad()