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

/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.hpp55 int _next_ident; member in class:ciObjectFactory
H A DciObjectFactory.cpp87 _next_ident = _shared_ident_limit;
127 _next_ident = 1; // start numbering CI objects at 1
218 _shared_ident_limit = _next_ident;
597 obj->set_ident(_next_ident++);
601 obj->set_ident(_next_ident++);

Completed in 32 milliseconds