Home | History | Annotate | Download | only in src

Lines Matching refs:map_array

2239   FixedArray* map_array = FixedArray::cast(descriptor_contents);
2240 for (int i = 0; i < map_array->length(); ++i) {
2241 Object* current = map_array->get(i);
2244 Map* current_map = Map::cast(map_array->get(i));