Searched defs:_cp_patches (Results 1 - 1 of 1) 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());

Completed in 33 milliseconds