Searched refs:update_map (Results 1 - 5 of 5) 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];
H A Ddeoptimization.cpp1068 if (map == NULL || !map->update_map()) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.cpp460 if (map->update_map()) {
486 if (map->update_map()) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp151 if (!update_map()) return; // this only applies to maps with locations
538 if (map->update_map()) {

Completed in 90 milliseconds