Searched refs:map_space (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp249 if ((!mapinfo->map_space(ro, ro_rs, _ro_space)) ||
250 (!mapinfo->map_space(rw, rw_rs, _rw_space)) ||
251 (!mapinfo->map_space(md, md_rs, NULL)) ||
252 (!mapinfo->map_space(mc, mc_rs, NULL)) ||
H A Dfilemap.hpp128 bool map_space(int i, ReservedSpace rs, ContiguousSpace *space);
H A Dfilemap.cpp303 bool FileMapInfo::map_space(int i, ReservedSpace rs, ContiguousSpace* space) { function in class:FileMapInfo

Completed in 32 milliseconds