< prev index next > src/hotspot/share/cds/aotMappedHeapLoader.hpp
Print this page
static bool map_heap_region(FileMapInfo* info);
static bool load_heap_region(FileMapInfo* mapinfo);
static void assert_in_loaded_heap(uintptr_t o) {
assert(is_in_loaded_heap(o), "must be");
}
+ static oop oop_from_offset(int offset);
static oop get_root(int index);
static void clear_root(int index);
static AOTMapLogger::OopDataIterator* oop_iterator(FileMapInfo* info, address buffer_start, address buffer_end);
< prev index next >