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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp132 void expand_locs(int new_capacity);
H A DcodeBuffer.cpp335 expand_locs(locs_count() + (req - end));
394 void CodeSection::expand_locs(int new_capacity) { function in class:CodeSection

Completed in 34 milliseconds