Searched refs:descriptor (Results 51 - 53 of 53) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp597 void set_jvmti_cached_class_field_map(JvmtiCachedClassFieldMap* descriptor) { argument
598 _jvmti_cached_class_field_map = descriptor;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassWriter.java136 writeDescriptor(f.descriptor);
151 writeDescriptor(m.descriptor);
/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java564 * Adds the property descriptor to the list store.
574 // replace existing property descriptor
603 for (PropertyDescriptor descriptor : descriptors) {
604 addPropertyDescriptor(descriptor);
619 * Populates the property descriptor table by merging the
785 // Find the first property descriptor
799 * Adds the property descriptor to the indexedproperty descriptor only if the
802 * The most specific property descriptor will take precedence.

Completed in 43 milliseconds

123