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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp51 GrowableArray<Handle>* _cp_patches; // overrides for CP entries member in class:VALUE_OBJ_CLASS_SPEC
312 return (_cp_patches != NULL
313 && index < _cp_patches->length()
314 && _cp_patches->adr_at(index)->not_null());
318 return _cp_patches->at(index);
322 _cp_patches->at_put(index, Handle());
H A DclassFileParser.cpp515 if (_cp_patches != NULL) {
536 for (index = 0; index < _cp_patches->length(); index++) {
555 // check the name, even if _cp_patches will overwrite it
2989 _cp_patches = cp_patches;

Completed in 55 milliseconds