Searched refs:int_initial_value (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp71 jint fieldDescriptor::int_initial_value() const { function in class:fieldDescriptor
114 st->print("int %d)", int_initial_value());
H A DfieldDescriptor.hpp78 jint int_initial_value() const;
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp478 mirror()->byte_field_put(fd->offset(), fd->int_initial_value());
481 mirror()->bool_field_put(fd->offset(), fd->int_initial_value());
484 mirror()->char_field_put(fd->offset(), fd->int_initial_value());
487 mirror()->short_field_put(fd->offset(), fd->int_initial_value());
490 mirror()->int_field_put(fd->offset(), fd->int_initial_value());
3105 jint field_value = fd.int_initial_value();

Completed in 43 milliseconds