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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp85 _first_stub = _last_stub = NULL;
107 for (StubCodeDesc* cdesc = _last_stub; cdesc != NULL; cdesc = cdesc->_next) {
133 _last_stub = cdesc;
H A DstubCodeGenerator.hpp100 StubCodeDesc* _last_stub; member in class:StubCodeGenerator

Completed in 22 milliseconds