• Home
  • Raw
  • Download

Lines Matching refs:key_index

71                                unsigned key_index) {  in EncodeComputedEntry()  argument
74 Flags::KeyIndexBits::encode(key_index); in EncodeComputedEntry()
171 Key key, int key_index, in AddToDictionaryTemplate() argument
183 is_elements_dictionary ? 0 : ComputeEnumerationIndex(key_index); in AddToDictionaryTemplate()
223 if (existing_getter_index < key_index && in AddToDictionaryTemplate()
224 existing_setter_index < key_index) { in AddToDictionaryTemplate()
233 if (existing_getter_index < key_index) { in AddToDictionaryTemplate()
234 DCHECK_LT(existing_setter_index, key_index); in AddToDictionaryTemplate()
240 } else if (existing_setter_index < key_index) { in AddToDictionaryTemplate()
241 DCHECK_LT(existing_getter_index, key_index); in AddToDictionaryTemplate()
251 if (existing_value_index < key_index) { in AddToDictionaryTemplate()
267 if (existing_component_index < key_index) { in AddToDictionaryTemplate()
380 void AddComputed(ClassBoilerplate::ValueKind value_kind, int key_index) { in AddComputed() argument
381 int value_index = key_index + 1; in AddComputed()
384 int flags = EncodeComputedEntry(value_kind, key_index); in AddComputed()
422 int key_index, ClassBoilerplate::ValueKind value_kind, Object* value) { in AddToPropertiesTemplate() argument
423 AddToDictionaryTemplate(isolate, dictionary, name, key_index, value_kind, in AddToPropertiesTemplate()
429 int key_index, ClassBoilerplate::ValueKind value_kind, Object* value) { in AddToElementsTemplate() argument
430 AddToDictionaryTemplate(isolate, dictionary, key, key_index, value_kind, in AddToElementsTemplate()