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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp168 CodeSection* next_cs = (cs == consts())? NULL: code_section(cs->index()+1); local
170 if (next_cs != NULL) {
171 frozen_size = next_cs->align_at_start(frozen_size);
181 if (!next_cs->is_allocated() && !next_cs->is_frozen()) {
183 next_cs->initialize(new_limit, old_limit - new_limit);
184 next_cs->initialize_shared_locs(new_locs_limit,

Completed in 82 milliseconds