Searched defs:update_map (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DregisterMap.hpp101 RegisterMap(JavaThread *thread, bool update_map = true);
132 bool update_map() const { return _update_map; } function in class:RegisterMap
H A Dframe.cpp63 RegisterMap::RegisterMap(JavaThread *thread, bool update_map) { argument
65 _update_map = update_map;
77 _update_map = map->update_map();
81 if (update_map()) {
83 LocationValidType bits = !update_map() ? 0 : map->_location_valid[i];

Completed in 248 milliseconds