Lines Matching refs:StoreFixedArrayElement
3646 StoreFixedArrayElement(result, NameDictionary::kNumberOfElementsIndex, zero, in AllocateNameDictionaryWithCapacity()
3648 StoreFixedArrayElement(result, in AllocateNameDictionaryWithCapacity()
3651 StoreFixedArrayElement(result, NameDictionary::kCapacityIndex, in AllocateNameDictionaryWithCapacity()
3654 StoreFixedArrayElement(result, NameDictionary::kNextEnumerationIndexIndex, in AllocateNameDictionaryWithCapacity()
3657 StoreFixedArrayElement(result, NameDictionary::kObjectHashIndex, in AllocateNameDictionaryWithCapacity()
3820 StoreFixedArrayElement(table, OrderedNameDictionary::PrefixIndex(), in AllocateOrderedNameDictionary()
7097 StoreFixedArrayElement(cache, code_index, result); in StringFromSingleCharCode()
7382 StoreFixedArrayElement(number_string_cache, entry_index, in NumberToString()
7384 StoreFixedArrayElement(number_string_cache, in NumberToString()
8370 StoreFixedArrayElement(container, key_index, details, kKeyToDetailsOffset); in StoreDetailsByKeyIndex()
8393 StoreFixedArrayElement(container, key_index, value, write_barrier, in StoreValueByKeyIndex()
8735 StoreFixedArrayElement(dictionary, index, name); in InsertEntry()
10826 StoreFixedArrayElement(CAST(elements), index, smi_value); in StoreElement()
10828 StoreFixedArrayElement(CAST(elements), index, value); in StoreElement()
14022 StoreFixedArrayElement(elements, 0, key); in AllocateJSIteratorResultForEntry()
14023 StoreFixedArrayElement(elements, 1, value); in AllocateJSIteratorResultForEntry()