Searched refs:pointer_maps (Results 1 – 4 of 4) sorted by relevance
1412 const PointerMapDeque* pointer_maps = code()->pointer_maps(); in SafePointsAreInOrder() local1413 for (PointerMapDeque::const_iterator it = pointer_maps->begin(); in SafePointsAreInOrder()1414 it != pointer_maps->end(); ++it) { in SafePointsAreInOrder()1431 const PointerMapDeque* pointer_maps = code()->pointer_maps(); in PopulatePointerMaps() local1432 PointerMapDeque::const_iterator first_it = pointer_maps->begin(); in PopulatePointerMaps()1454 if (start < last_range_start) first_it = pointer_maps->begin(); in PopulatePointerMaps()1459 for (; first_it != pointer_maps->end(); ++first_it) { in PopulatePointerMaps()1466 it != pointer_maps->end(); ++it) { in PopulatePointerMaps()
868 const PointerMapDeque* pointer_maps() const { return &pointer_maps_; } in pointer_maps() function
1368 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in SafePointsAreInOrder() local1370 for (int i = 0; i < pointer_maps->length(); ++i) { in SafePointsAreInOrder()1371 LPointerMap* map = pointer_maps->at(i); in SafePointsAreInOrder()1381 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in PopulatePointerMaps() local1418 while (first_safe_point_index < pointer_maps->length()) { in PopulatePointerMaps()1419 LPointerMap* map = pointer_maps->at(first_safe_point_index); in PopulatePointerMaps()1427 safe_point_index < pointer_maps->length(); in PopulatePointerMaps()1429 LPointerMap* map = pointer_maps->at(safe_point_index); in PopulatePointerMaps()
640 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } in pointer_maps() function