Searched defs:field (Results 251 - 275 of 304) sorted by relevance

<<111213

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DMemberDefinition.java109 * Create a member which is externally the same as `field' but
120 * member for any (field,classDef) pair. If these are not made
124 public static MemberDefinition makeProxyMember(MemberDefinition field, argument
132 String key = field.toString() + "@" + classDef.toString();
139 proxy = new MemberDefinition(field.getWhere(), classDef,
140 field.getModifiers(), field.getType(),
141 field.getName(), field.getExceptionIds(),
143 proxy.exp = field
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java76 * The field used to represent "this" in all of my code.
92 * This field is null except in an outermost class containing
155 // maybe define an uplevel "A.this" current instance field
243 * Add a field (check it first)
271 env.error(f.getWhere(), "static.inner.field", f.getName(), this);
389 env.error(f.getWhere(), "intf.modifier.field", f);
428 env.error(f.getWhere(), "intf.modifier.field", f);
966 // to represent the field.
1003 // Check the rest of the field definitions.
1004 // (Note: Re-checking a field i
1520 getAccessMember(Environment env, Context ctx, MemberDefinition field, boolean isSuper) argument
1525 getUpdateMember(Environment env, Context ctx, MemberDefinition field, boolean isSuper) argument
1533 getAccessMember(Environment env, Context ctx, MemberDefinition field, boolean isUpdate, boolean isSuper) argument
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl-exp.h41 /* Curve field type */
50 ECField field; member in struct:ECCurveParamsStr
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DXMLGregorianCalendarImpl.java71 * Date/time datatype field mapping between XML Schema 1.0 and Java representation
79 * field</th>
93 * A value of null indicates field is undefined.</br>
96 * this class allows the year field to be set to zero. Otherwise,
97 * the year field value is handled exactly as described
99 * validation does not allow for the year field to have a value of zero.
114 * field's value is in <a href="http://www.w3.org/TR/xmlschema-2/#isoformats">W3C XML Schema 1.0 Part 2, Appendix D</a>.
124 * field values are zero. However, an hour value of 24 is not allowed in value space and will be
166 * parameter's value is outside the maximum value constraint for the field.
297 * field name
1293 invalidFieldValue(int field, int value) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPInputStream.java936 // with the eof field set to true for object reads."
1759 * in the field of o described by the ObjectStreamField field.
1764 private void inputPrimitiveField(Object o, Class cl, ObjectStreamField field) argument
1768 switch (field.getTypeCode()) {
1771 bridge.putByte( o, field.getFieldID(), byteValue ) ;
1772 //reflective code: field.getField().setByte( o, byteValue ) ;
1776 bridge.putBoolean( o, field.getFieldID(), booleanValue ) ;
1777 //reflective code: field.getField().setBoolean( o, booleanValue ) ;
1781 bridge.putChar( o, field
1827 inputObjectField(org.omg.CORBA.ValueMember field, com.sun.org.omg.SendingContext.CodeBase sender) argument
1932 inputObjectField(ObjectStreamField field) argument
[all...]
H A DObjectStreamClass.java261 * field of this class. Returns an array of length zero if
276 public boolean hasField(ValueMember field) argument
280 if (fields[i].getName().equals(field.name)) {
282 ValueUtility.getSignature(field)))
300 * Get the field of this class by name.
301 * @return The ObjectStreamField object of the named field or null if there
302 * is no such named field.
459 /* Ask for permission to override field access checks.
474 * non-static, non-transient field. Then copy the
497 // For each declared persistent field, loo
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java46 // field offset constants
94 // read field offset constants
116 // Exercise the injected field logic
252 if (index >= getJavaFieldsCount()) throw new IndexOutOfBoundsException("not a Java field;");
266 if (index >= getJavaFieldsCount()) throw new IndexOutOfBoundsException("not a Java field;");
310 if (index >= getJavaFieldsCount()) throw new IndexOutOfBoundsException("not a Java field;");
592 public Field field; field in class:InstanceKlass.StaticField
594 StaticField(Field field, AccessFlags flags) { argument
595 this.field = field;
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java66 * this number excludes the tag and the length field itself.
241 * [id, static field name,
246 * [id, instance field name,
255 * [vl]* instance field values (class, followed
499 Field field = (Field) itr.next();
500 if (field.isStatic()) {
501 staticFields.add(field);
503 instanceFields.add(field);
507 // dump static field descriptors
510 // dump instance field descriptor
780 writeField(Field field, Oop oop) argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java92 /** cache mapping field group/local desc pairs -> field reflectors */
99 /** queue for WeakReferences to field reflectors keys */
169 /** reflector for setting/getting serializable field values */
281 * @return an array containing an element for each persistent field of
291 * Get the field of this class by name.
293 * @param name the name of the data field to look for
294 * @return The ObjectStreamField object of the named field or null if
295 * there is no such named field.
389 * Placeholder used in class descriptor and field reflecto
1832 MemberSignature(Field field) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DLambdaForm.java392 * field getters would perform a cast on its input argument
812 // Switch over any pre-existing BMH field references to the new BMH class.
993 NamedFunction(Field field) { argument
994 this(new MemberName(field));
H A DMethodHandles.java177 * Both {@code MT} and the field type {@code FT} are documented as a parameter named {@code type}.
184 * stands for a null reference if the accessed method or field is static,
241 * <li>NoSuchFieldException &mdash; if a field is requested but does not exist
256 * In addition, if the desired member is a non-static field or method
728 * Produces a method handle giving read access to a non-static field.
729 * The type of the method handle will have a return type of the field's
732 * the field.
735 * @param name the field's name
736 * @param type the field's type
737 * @return a method handle which can load values from the field
1288 getDirectField(byte refKind, Class<?> refc, MemberName field) argument
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp579 "tried to access field %s.%s from class %s",
607 Symbol* field = pool->name_ref_at(index); local
609 // Check if there's a resolved klass containing the field
612 THROW_MSG(vmSymbols::java_lang_NoSuchFieldError(), field->as_C_string());
615 // Resolve instance field
617 KlassHandle sel_klass(THREAD, instanceKlass::cast(resolved_klass())->find_field(field, sig, &fd));
618 // check if field exists; i.e., if a klass containing the field def has been selected
621 THROW_MSG(vmSymbols::java_lang_NoSuchFieldError(), field->as_C_string());
632 jio_snprintf(msg, sizeof(msg), "Expected %s field
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java655 final Field field; field in class:EventRequestManagerImpl.WatchpointRequestImpl
657 WatchpointRequestImpl(Field field) { argument
658 this.field = field;
661 (ReferenceTypeImpl)field.declaringType(),
662 ((FieldImpl)field).ref()));
665 public Field field() { method in class:EventRequestManagerImpl.WatchpointRequestImpl
666 return field;
672 AccessWatchpointRequestImpl(Field field) { argument
673 super(field);
688 ModificationWatchpointRequestImpl(Field field) argument
820 createAccessWatchpointRequest(Field field) argument
830 createModificationWatchpointRequest(Field field) argument
[all...]
H A DReferenceTypeImpl.java118 FieldImpl field = (FieldImpl)it.next();
119 if (field.ref() == ref) {
120 return field;
123 throw new IllegalArgumentException("Invalid field id: " + ref);
320 Field field = new FieldImpl(vm, this, fi.fieldID,
324 fields.add(field);
338 Field field = new FieldImpl(vm, this, fi.fieldID,
342 fields.add(field);
355 for (Field field : visibleFields()) {
356 String name = field
606 validateFieldAccess(Field field) argument
617 validateFieldSet(Field field) argument
1080 indexOf(Field field) argument
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp202 // If a value is going to be stored into a field or array some of
208 BasicType type = x->field()->type()->basic_type();
216 set_canonical(new StoreField(x->obj(), x->offset(), x->field(), value, x->is_static(),
238 ciField* field = lf->field(); local
239 if (field->is_constant() && field->is_static()) {
240 // final static field
241 ciObject* c = field->constant_value().as_object();
253 // If a value is going to be stored into a field o
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp834 ciField* field = s.get_field(ignored_will_link); local
835 BasicType field_type = field->type()->basic_type();
851 ciField* field = s.get_field(will_link); local
852 BasicType field_type = field->type()->basic_type();
863 set_modified(p, will_link ? field->offset() : OFFSET_ANY, type2size[field_type]*HeapWordSize);
H A DciEnv.cpp668 // Implementation note: the results of field lookups are cached
674 ciField* field = new (arena()) ciField(accessor, index); local
675 return field;
677 ciField* field = (ciField*)cache->get(index); local
678 if (field == NULL) {
679 field = new (arena()) ciField(accessor, index);
680 cache->insert(index, field);
682 return field;
689 // Get a field by index from a klass's constant pool.
H A DciTypeFlow.cpp612 ciField* field = str->get_field(will_link); local
614 trap(str, field->holder(), str->get_field_holder_index());
616 ciType* field_type = field->type();
618 // Normally, we need the field's type to be loaded if we are to
624 // the field is null. As long as the value is null, the class
674 // assert(stack_type->is_subtype_of(type), "bad type for field value");
781 if (_trap_bci != -1) return; // unloaded field holder, etc.
790 ciField* field = str->get_field(will_link); local
792 trap(str, field->holder(), str->get_field_holder_index());
794 ciType* field_type = field
[all...]
/openjdk7/jdk/src/share/back/
H A DeventFilter.c68 jfieldID field; member in struct:FieldFilter
437 if ((evinfo->u.field_access.field !=
438 filter->u.FieldOnly.field) ||
781 jclass clazz, jfieldID field)
798 filter->field = field;
1094 * same field as the FieldFilter passed in arg.
1110 if (trial->field == goal->field &&
1121 * Set a watchpoint if this is the first one on this field
780 eventFilter_setFieldOnlyFilter(HandlerNode *node, jint index, jclass clazz, jfieldID field) argument
[all...]
H A DeventHandler.c935 jobject object, jfieldID field)
950 info.u.field_access.field = field;
961 jlocation location, jclass field_klass, jobject object, jfieldID field,
975 info.u.field_modification.field = field;
932 cbFieldAccess(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field) argument
959 cbFieldModification(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field, char signature_type, jvalue new_value) argument
H A Dutil.h220 jfieldID field; member in struct:__anon515::__anon516::__anon517
226 jfieldID field; member in struct:__anon515::__anon516::__anon518
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c298 * object stored as a static field on the Java Class.
309 jfieldID field; local
313 field = (*env)->GetStaticFieldID(env,
317 if (field == NULL) {
321 obj = (*env)->GetStaticObjectField(env, SimpleClass, field);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c74 * The engaged field allows us to inject all classes (even system classes)
85 #define HEAP_TRACKER_engaged engaged /* Name of static field switch */
383 jfieldID field; local
407 field = (*env)->GetStaticFieldID(env, klass, STRING(HEAP_TRACKER_engaged), "I");
408 if ( field == NULL ) {
409 fatal_error("ERROR: JNI: Cannot get field from %s\n",
412 (*env)->SetStaticIntField(env, klass, field, 1);
639 jfieldID field; local
648 field = (*env)->GetStaticFieldID(env, klass, STRING(HEAP_TRACKER_engaged), "I");
649 if ( field
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java86 * <p>A <code>Calendar</code> object can produce all the calendar field values
93 * concrete subclass, such as <code>ERA</code>. See individual field
98 * <p>The calendar field values can be set by calling the <code>set</code>
99 * methods. Any field values set in a <code>Calendar</code> will not be
110 * calendar field values than it produces. When a <code>Calendar</code>
111 * recomputes calendar field values for return by <code>get()</code>, all of
121 * calculating its time or calendar field values if any out-of-range field
151 * calendar field values to determine the date and time in the
154 * <p>If there is any conflict in calendar field value
1160 get(int field) argument
1174 internalGet(int field) argument
1191 internalSet(int field, int value) argument
1210 set(int field, int value) argument
1348 clear(int field) argument
1366 isSet(int field) argument
1412 getDisplayName(int field, int style, Locale locale) argument
1472 getDisplayNames(int field, int style, Locale locale) argument
1498 getDisplayNamesImpl(int field, int style, Locale locale) argument
1514 checkDisplayNameParams(int field, int style, int minStyle, int maxStyle, Locale locale, int fieldMask) argument
1526 getFieldStrings(int field, int style, DateFormatSymbols symbols) argument
1578 isExternallySet(int field) argument
1692 isFieldSet(int fieldMask, int field) argument
2013 add(int field, int amount) argument
2035 roll(int field, boolean up) argument
2056 roll(int field, int amount) argument
2322 getMinimum(int field) argument
2339 getMaximum(int field) argument
2357 getGreatestMinimum(int field) argument
2379 getLeastMaximum(int field) argument
2401 getActualMinimum(int field) argument
2455 getActualMaximum(int field) argument
2534 getFieldName(int field) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp350 // Field nodes are created for all field types. They are used in
571 assert(ptn_base != NULL, "field's base should be registered");
694 assert(adr_ptn->as_Field()->is_oop(), "should be oop field");
925 // A destination object's field can't have the source object
1065 FieldNode* field = oop_fields_worklist.at(next); local
1066 if (field->edge_count() == 0) {
1067 new_edges += find_field_value(field);
1150 // GlobalEscape or ArgEscape state of field means it has unknown value.
1172 // Propagate field escape state.
1219 // Put on worklist all field'
1277 add_field_uses_to_worklist(FieldNode* field) argument
1307 add_fields_to_worklist(FieldNode* field, PointsToNode* base) argument
1349 find_field_value(FieldNode* field) argument
1389 PointsToNode* field = i.get(); local
1416 PointsToNode* field = i.get(); // Field (AddP) local
1533 FieldNode* field = use->as_Field(); local
1558 FieldNode* field = j.get()->as_Field(); local
1636 FieldNode* field = ptnode_adr(n->_idx)->as_Field(); local
1868 FieldNode* field = new (C->comp_arena()) FieldNode(C, n, es, offset, is_oop); local
1907 ciField* field = _compile->alias_type(adr_type->isa_instptr())->field(); local
[all...]

Completed in 152 milliseconds

<<111213