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

/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/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

Completed in 31 milliseconds