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

/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.hpp129 char* map_region(int i, ReservedSpace rs);
130 char* map_region(int i, bool address_must_match);
H A Dfilemap.cpp312 bool result = (map_region(i, rs) != NULL);
353 char* FileMapInfo::map_region(int i, ReservedSpace rs) { function in class:FileMapInfo
364 char* mapped_addr = map_region(i, true);
374 char* FileMapInfo::map_region(int i, bool address_must_match) { function in class:FileMapInfo

Completed in 30 milliseconds