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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp168 int native_total_size; member in struct:nmethod_stats_struct
174 native_total_size += nm->size();
182 if (native_total_size != 0) tty->print_cr(" N. total size = %d", native_total_size);

Completed in 36 milliseconds