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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp92 int slop = (int) CodeSection::end_slop();
151 csize_t slop = CodeSection::end_slop(); // margin between sections
720 exp += CodeSection::end_slop();
H A DcodeBuffer.hpp222 static csize_t end_slop() { return MAX2((int)sizeof(jdouble), (int)CodeEntryAlignment); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 33 milliseconds