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

/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp56 friend class DictI; // Friendly iterator function
106 // Usage: for( DictI i(dict); i.test(); ++i ) { body = i.key; body = i.value;}
107 class DictI { class
114 DictI( const Dict *d ) {reset(d);}; // Create a new iterator function in class:DictI
H A Ddict.cpp300 DictI i(this); // Moved definition in iterator here because of g++.
363 void DictI::reset( const Dict *dict ) {
373 void DictI::operator ++(void) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp55 friend class DictI; // Friendly iterator function
107 // Usage: for( DictI i(dict); i.test(); ++i ) { body = i.key; body = i.value;}
108 class DictI { class
115 DictI( const Dict *d ) {reset(d);}; // Create a new iterator function in class:DictI
H A Ddict2.cpp330 void DictI::reset( const Dict *dict ) {
340 void DictI::operator ++(void) {
H A Ddfa.cpp946 DictI iter( &_production );
H A Dformssel.cpp1488 for( DictI i(&names); i.test(); ++i ) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp459 DictI i(_shared_type_dict);

Completed in 66 milliseconds