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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp229 _executable = false;
307 _executable = executable;
416 _executable = executable;
474 _executable = false;
566 _executable = false;
580 _executable = rs.executable();
638 _executable = false;
748 if (!os::commit_memory(lower_high(), lower_needs, _executable)) {
751 lower_high(), lower_needs, _executable);)
762 _executable)) {
[all...]
H A Dvirtualspace.hpp46 bool _executable; member in class:VALUE_OBJ_CLASS_SPEC
108 bool executable() const { return _executable; }
177 bool _executable; member in class:VALUE_OBJ_CLASS_SPEC

Completed in 755 milliseconds