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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp85 _first_stub = _last_stub = NULL;
109 if (cdesc == _first_stub) { saw_first = true; break; }
132 if (_first_stub == NULL) _first_stub = cdesc;
H A DstubCodeGenerator.hpp99 StubCodeDesc* _first_stub; member in class:StubCodeGenerator

Completed in 29 milliseconds