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

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java234 c.setSection(1);
673 int prevSection = c.setSection(0);
676 c.setSection(prevSection);
683 int prevSection = c.setSection(0);
686 c.setSection(prevSection);
693 int prevSection = c.setSection(0);
697 c.setSection(prevSection);
702 int prevSection = c.setSection(0);
709 c.setSection(prevSection);
714 int prevSection = c.setSection(
[all...]
H A DClassReaderWriter.java60 int setSection(int section) { method in class:ClassReaderWriter
72 setSection(0); // save current section

Completed in 87 milliseconds