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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp696 assert(CodeBuffer::SECT_LIMIT <= (1 << section_width), "section_width++");
697 p = pack_1_int_to(p, (offset << section_width) | sindex);
713 jint offset = (x >> section_width);
714 int sindex = (x & ((1<<section_width)-1));
H A DrelocInfo.hpp1195 enum { section_width = 2 }; // must equal CodeBuffer::sect_bits enumerator in enum:internal_word_Relocation::__anon212

Completed in 38 milliseconds