Home
last modified time | relevance | path

Searched refs:pointer_maps (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.cc1365 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in SafePointsAreInOrder() local
1367 for (int i = 0; i < pointer_maps->length(); ++i) { in SafePointsAreInOrder()
1368 LPointerMap* map = pointer_maps->at(i); in SafePointsAreInOrder()
1378 const ZoneList<LPointerMap*>* pointer_maps = chunk_->pointer_maps(); in PopulatePointerMaps() local
1415 while (first_safe_point_index < pointer_maps->length()) { in PopulatePointerMaps()
1416 LPointerMap* map = pointer_maps->at(first_safe_point_index); in PopulatePointerMaps()
1424 safe_point_index < pointer_maps->length(); in PopulatePointerMaps()
1426 LPointerMap* map = pointer_maps->at(safe_point_index); in PopulatePointerMaps()
Dlithium.h658 const ZoneList<LPointerMap*>* pointer_maps() const { return &pointer_maps_; } in pointer_maps() function