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

/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp117 static int _number_of_vtable_stubs; // number of stubs created so far (for statistics) member in class:VtableStubs
130 static int number_of_vtable_stubs() { return _number_of_vtable_stubs; }
H A DvtableStubs.cpp98 int VtableStubs::_number_of_vtable_stubs = 0; member in class:VtableStubs
105 assert(_number_of_vtable_stubs == 0, "potential performance bug: VtableStubs initialized more than once");
158 _number_of_vtable_stubs++;
182 // consistency with the _number_of_vtable_stubs counter).

Completed in 29 milliseconds