Home | History | Annotate | Download | only in src

Lines Matching full:pointer_maps

1310   const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps();
1312 for (int i = 0; i < pointer_maps->length(); ++i) {
1313 LPointerMap* map = pointer_maps->at(i);
1323 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps();
1360 while (first_safe_point_index < pointer_maps->length()) {
1361 LPointerMap* map = pointer_maps->at(first_safe_point_index);
1369 safe_point_index < pointer_maps->length();
1371 LPointerMap* map = pointer_maps->at(safe_point_index);