Home | History | Annotate | Download | only in heap

Lines Matching refs:FixedArray

58   V(FixedArray, empty_fixed_array, EmptyFixedArray)                            \
66 V(FixedArray, number_string_cache, NumberStringCache) \
70 V(FixedArray, single_character_string_cache, SingleCharacterStringCache) \
71 V(FixedArray, string_split_cache, StringSplitCache) \
72 V(FixedArray, regexp_multiple_cache, RegExpMultipleCache) \
171 V(FixedArray, natives_source_cache, NativesSourceCache) \
192 V(FixedArray, materialized_objects, MaterializedObjects) \
193 V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \
194 V(FixedArray, microtask_queue, MicrotaskQueue)
668 void MoveElements(FixedArray* array, int dst_index, int src_index, int len);
891 void public_set_materialized_objects(FixedArray* objects) {
1675 void InitializeJSObjectFromMap(JSObject* obj, FixedArray* properties,
1734 MUST_USE_RESULT inline AllocationResult CopyFixedArray(FixedArray* src);
1739 CopyFixedArrayWithMap(FixedArray* src, Map* map);
1782 MUST_USE_RESULT AllocationResult CopyAndTenureFixedCOWArray(FixedArray* src);
2378 Handle<Object> key_pattern, Handle<FixedArray> value_array,
2380 static void Clear(FixedArray* cache);