Searched refs:is_synthetic (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp98 bool is_synthetic() const { return access_flags().is_synthetic(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.cpp75 if (is_synthetic ()) st->print("synthetic " );
H A DaccessFlags.hpp115 bool is_synthetic () const { return (_flags & JVM_ACC_SYNTHETIC ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp89 if (access_flags.is_synthetic()) {
106 if (access_flags.is_synthetic()) {
473 if (access_flags.is_synthetic()) { // FIXME
497 if (access_flags.is_synthetic()) {
H A DjvmtiEnv.cpp2659 *is_synthetic_ptr = fdesc_ptr->is_synthetic();
2931 (*is_synthetic_ptr) = method_oop->is_synthetic();
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp653 bool is_synthetic() const { return _access_flags.is_synthetic(); } function
H A DmethodOop.hpp482 bool is_synthetic() const { return access_flags().is_synthetic(); } function in class:methodOopDesc
H A DmethodOop.cpp655 return !is_synthetic(); // the generated adapters must be compiled
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp916 bool is_synthetic = false; local
950 is_synthetic = true;
984 *is_synthetic_addr = is_synthetic;
1148 bool is_synthetic = false; local
1156 &constantvalue_index, &is_synthetic,
1167 if (is_synthetic) {

Completed in 95 milliseconds