Searched refs:has_annotation (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp113 bool has_annotation(ID id) { return (nth_bit((int)id) & _annotations_present) != 0; } function in class:VALUE_OBJ_CLASS_SPEC::AnnotationCollector
H A DclassFileParser.cpp1793 if (has_annotation(_method_ForceInline))
1795 if (has_annotation(_method_DontInline))
1797 if (has_annotation(_method_LambdaForm_Compiled) && m->intrinsic_id() == vmIntrinsics::_none)
1799 if (has_annotation(_method_LambdaForm_Hidden))

Completed in 35 milliseconds