Lines Matching refs:FixedArray
68 V(FastObjectElementsAccessor, FAST_SMI_ONLY_ELEMENTS, FixedArray) \
69 V(FastObjectElementsAccessor, FAST_ELEMENTS, FixedArray) \
74 FixedArray) \
112 static bool HasKey(FixedArray* array, Object* key) { in HasKey()
134 void CopyObjectToObjectElements(FixedArray* from, in CopyObjectToObjectElements()
137 FixedArray* to, in CopyObjectToObjectElements()
163 Address to_address = to->address() + FixedArray::kHeaderSize; in CopyObjectToObjectElements()
164 Address from_address = from->address() + FixedArray::kHeaderSize; in CopyObjectToObjectElements()
182 FixedArray* to, in CopyDictionaryToObjectElements()
233 FixedArray* to, in CopyDoubleToObjectElements()
316 static void CopyObjectToDoubleElements(FixedArray* from, in CopyObjectToDoubleElements()
506 FixedArray* to, in AddElementsToFixedArray()
548 FixedArray* result; in AddElementsToFixedArray()
551 if (!maybe_obj->To<FixedArray>(&result)) return maybe_obj; in AddElementsToFixedArray()
693 FixedArray* backing_store = FixedArray::cast(obj->elements()); in DeleteCommon()
695 backing_store = FixedArray::cast(backing_store->get(1)); in DeleteCommon()
700 backing_store = FixedArray::cast(writable); in DeleteCommon()
743 FixedArray::cast(from), ElementsTraits::Kind, from_start, in CopyElementsImpl()
744 FixedArray::cast(to), to_kind, to_start, copy_size); in CopyElementsImpl()
749 FixedArray::cast(from), from_start, in CopyElementsImpl()
817 FixedDoubleArray::cast(from), from_start, FixedArray::cast(to), in CopyElementsImpl()
1065 FixedArray* backing_store = FixedArray::cast(obj->elements()); in DeleteCommon()
1069 backing_store = FixedArray::cast(backing_store->get(1)); in DeleteCommon()
1078 FixedArray* new_elements = NULL; in DeleteCommon()
1083 FixedArray::cast(obj->elements())->set(1, new_elements); in DeleteCommon()
1116 FixedArray::cast(to), to_kind, to_start, copy_size); in CopyElementsImpl()
1192 FixedArray* parameter_map) { in GetImpl()
1201 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); in GetImpl()
1221 FixedArray* parameter_map) { in SetLengthImpl()
1231 FixedArray* parameter_map = FixedArray::cast(obj->elements()); in Delete()
1239 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); in Delete()
1255 FixedArray* parameter_map = FixedArray::cast(from); in CopyElementsImpl()
1256 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); in CopyElementsImpl()
1262 static uint32_t GetCapacityImpl(FixedArray* parameter_map) { in GetCapacityImpl()
1268 static uint32_t GetKeyForIndexImpl(FixedArray* dict, in GetKeyForIndexImpl()
1276 FixedArray* parameter_map) { in HasElementImpl()
1289 FixedArray* parameter_map, in GetParameterMapArg()
1408 FixedArray* new_backing_store; in SetLengthImpl()