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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp73 void set_class_annotations(typeArrayHandle x) { _annotations = x; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp643 void set_class_annotations(typeArrayOop md) { oop_store_without_check((oop*)&_class_annotations, (oop)md); } function in class:instanceKlass

Completed in 35 milliseconds