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

/openjdk7/hotspot/src/share/vm/runtime/
H A DregisterMap.hpp88 bool _include_argument_oops; // Should include argument_oop marked locations for compiler member in class:RegisterMap
128 bool include_argument_oops() const { return _include_argument_oops; }
129 void set_include_argument_oops(bool f) { _include_argument_oops = f; }
H A Dframe.cpp78 _include_argument_oops = map->include_argument_oops();

Completed in 34 milliseconds