Searched defs:_synthetic_flag (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp60 bool _synthetic_flag; member in class:VALUE_OBJ_CLASS_SPEC
68 void set_class_synthetic_flag(bool x) { _synthetic_flag = x; }
75 _synthetic_flag = false;

Completed in 32 milliseconds