Searched defs:lcount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp384 int lcount = source_cs->locs_count(); local
385 if (lcount != 0) {
386 initialize_shared_locs(source_cs->locs_start(), lcount);
387 _locs_end = _locs_limit = _locs_start + lcount;

Completed in 41 milliseconds