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

/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.hpp52 GrowableArray<ciInstance*>* _unloaded_instances; member in class:ciObjectFactory
H A DciObjectFactory.cpp99 _unloaded_instances = new (arena) GrowableArray<ciInstance*>(arena, 4, 0, NULL);
503 for (int i=0; i<_unloaded_instances->length(); i++) {
504 ciInstance* entry = _unloaded_instances->at(i);
516 _unloaded_instances->append(new_instance);
764 _unloaded_instances->length(),

Completed in 23 milliseconds