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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp917 u1* runtime_visible_annotations = NULL; local
967 runtime_visible_annotations = cfs->get_u1_buffer();
968 assert(runtime_visible_annotations != NULL, "null visible annotations");
986 *field_annotations = assemble_annotations(runtime_visible_annotations,
1905 u1* runtime_visible_annotations = NULL; local
2129 runtime_visible_annotations = cfs->get_u1_buffer();
2130 assert(runtime_visible_annotations != NULL, "null visible annotations");
2131 parse_annotations(runtime_visible_annotations, runtime_visible_annotations_length, cp, &parsed_annotations, CHECK_(nullHandle));
2322 *method_annotations = assemble_annotations(runtime_visible_annotations,
2736 u1* runtime_visible_annotations local
2900 assemble_annotations(u1* runtime_visible_annotations, int runtime_visible_annotations_length, u1* runtime_invisible_annotations, int runtime_invisible_annotations_length, TRAPS) argument
[all...]

Completed in 47 milliseconds