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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp495 const CodeSection* cur_cs = code_section(n); local
496 if (!cur_cs->is_empty()) {
497 size_so_far = cur_cs->align_at_start(size_so_far);
499 if (cur_cs->index() == cs->index()) {
502 size_so_far += cur_cs->size();

Completed in 26 milliseconds