Searched refs:_update_map (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DregisterMap.hpp90 bool _update_map; // Tells if the register map need to be member in class:RegisterMap
119 assert(_update_map, "updating map that does not need updating");
132 bool update_map() const { return _update_map; }
H A Dframe.cpp65 _update_map = update_map;
77 _update_map = map->update_map();
101 if (_update_map) {

Completed in 35 milliseconds