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

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp151 misccode_bottom = misccode_end - heap_word_size(spec()->misc_code_size());
152 miscdata_end = misccode_bottom;
166 misccode_bottom = shared_end;
466 HeapWord* CompactingPermGenGen::misccode_bottom; member in class:CompactingPermGenGen
H A DcompactingPermGenGen.hpp95 static HeapWord* misccode_bottom; member in class:CompactingPermGenGen
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp598 static_field(CompactingPermGenGen, misccode_bottom, HeapWord*) \

Completed in 45 milliseconds