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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPermStat.java263 int nmethods = (int) methods.getLength();
264 if (nmethods != 0L) {
266 for (int i = 0; i < nmethods; ++i) {
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogParser.java140 private LinkedHashMap<String, NMethod> nmethods = new LinkedHashMap<String, NMethod>(); field in class:LogParser
194 for (NMethod nm : log.nmethods.values()) {
354 NMethod nm = nmethods.get(id);
396 nmethods.put(id, nm);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryClass.java177 int nmethods = in.readUnsignedShort(); // JVM 4.1 ClassFile.methods_count
178 for (int i = 0 ; i < nmethods ; i++) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1380 ArrayList nmethods = new ArrayList();
1388 if (!nmethods.contains(c)) {
1389 nmethods.add(c);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2682 static int nmethods; // number of methods member in class:ClassStatistics
2704 nmethods++;
2724 tty->print_cr("%d methods (%d bytes = %d base + %d debug info)", nmethods,
2732 int ClassStatistics::nmethods = 0; member in class:ClassStatistics
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp3151 int nmethods = tag_count[CONSTANT_Methodref];
3158 entry** method_ix = U_NEW(entry*, add_size(nmethods, nclasses));
3166 for (j = 0; j < nmethods; j++) {
3191 assert(mbase == nmethods+nclasses);
3198 for (j = 0; j < nmethods; j++) {
3240 assert(mvisited == nmethods);

Completed in 481 milliseconds