Home | History | Annotate | Download | only in src

Lines Matching refs:FixedArray

75   V(FixedArray, empty_fixed_array, EmptyFixedArray)                            \
84 V(FixedArray, number_string_cache, NumberStringCache) \
88 V(FixedArray, single_character_string_cache, SingleCharacterStringCache) \
89 V(FixedArray, string_split_cache, StringSplitCache) \
147 V(FixedArray, natives_source_cache, NativesSourceCache) \
773 MUST_USE_RESULT inline MaybeObject* CopyFixedArray(FixedArray* src);
777 MUST_USE_RESULT MaybeObject* CopyFixedArrayWithMap(FixedArray* src, Map* map);
1817 FixedArray* properties,
2509 static Object* Lookup(FixedArray* cache, String* string, String* pattern);
2511 FixedArray* cache,
2514 FixedArray* array);
2515 static void Clear(FixedArray* cache);