Lines Matching refs:ClassFileParser

85 void ClassFileParser::parse_constant_pool_entries(Handle class_loader, constantPoolHandle cp, int length, TRAPS) {
329 constantPoolHandle ClassFileParser::parse_constant_pool(Handle class_loader, TRAPS) {
672 void ClassFileParser::patch_constant_pool(constantPoolHandle cp, int index, Handle patch, TRAPS) {
793 objArrayHandle ClassFileParser::parse_interfaces(constantPoolHandle cp,
868 void ClassFileParser::verify_constantvalue(int constantvalue_index, int signature_index, constantPoolHandle cp, TRAPS) {
903 void ClassFileParser::parse_field_attributes(constantPoolHandle cp,
910 ClassFileParser::FieldAnnotationCollector* parsed_annotations,
1078 typeArrayHandle ClassFileParser::parse_fields(Symbol* class_name,
1297 u2* ClassFileParser::parse_exception_table(u4 code_length,
1331 void ClassFileParser::parse_linenumber_table(
1469 u2* ClassFileParser::parse_localvariable_table(u4 code_length,
1544 void ClassFileParser::parse_type_array(u2 array_length, u4 code_length, u4* u1_index, u4* u2_index,
1579 typeArrayOop ClassFileParser::parse_stackmap_table(
1604 u2* ClassFileParser::parse_checked_exceptions(u2* checked_exceptions_length,
1638 void ClassFileParser::throwIllegalSignature(
1648 int ClassFileParser::skip_annotation(u1* buffer, int limit, int index) {
1662 int ClassFileParser::skip_annotation_value(u1* buffer, int limit, int index) {
1701 void ClassFileParser::parse_annotations(u1* buffer, int limit,
1703 ClassFileParser::AnnotationCollector* coll,
1768 ClassFileParser::AnnotationCollector::ID ClassFileParser::AnnotationCollector::annotation_index(Symbol* name) {
1788 void ClassFileParser::FieldAnnotationCollector::apply_to(FieldInfo* f) {
1792 void ClassFileParser::MethodAnnotationCollector::apply_to(methodHandle m) {
1803 void ClassFileParser::ClassAnnotationCollector::apply_to(instanceKlassHandle k) {
1821 methodHandle ClassFileParser::parse_method(constantPoolHandle cp, bool is_interface,
2360 objArrayHandle ClassFileParser::parse_methods(constantPoolHandle cp, bool is_interface,
2449 typeArrayHandle ClassFileParser::sort_methods(objArrayHandle methods,
2494 void ClassFileParser::parse_classfile_sourcefile_attribute(constantPoolHandle cp, TRAPS) {
2508 void ClassFileParser::parse_classfile_source_debug_extension_attribute(constantPoolHandle cp,
2533 u2 ClassFileParser::parse_classfile_inner_classes_attribute(u1* inner_classes_attribute_start,
2637 void ClassFileParser::parse_classfile_synthetic_attribute(constantPoolHandle cp, TRAPS) {
2641 void ClassFileParser::parse_classfile_signature_attribute(constantPoolHandle cp, TRAPS) {
2652 void ClassFileParser::parse_classfile_bootstrap_methods_attribute(constantPoolHandle cp,
2724 void ClassFileParser::parse_classfile_attributes(constantPoolHandle cp,
2725 ClassFileParser::ClassAnnotationCollector* parsed_annotations,
2882 void ClassFileParser::apply_parsed_class_attributes(instanceKlassHandle k) {
2900 typeArrayHandle ClassFileParser::assemble_annotations(u1* runtime_visible_annotations,
2921 instanceKlassHandle ClassFileParser::parseClassFile(Symbol* name,
3789 ClassFileParser::compute_oop_map_count(instanceKlassHandle super,
3820 void ClassFileParser::fill_oop_maps(instanceKlassHandle k,
3859 void ClassFileParser::set_precomputed_flags(instanceKlassHandle k) {
3947 objArrayHandle ClassFileParser::compute_transitive_interfaces(instanceKlassHandle super, objArrayHandle local_ifs, TRAPS) {
4008 void ClassFileParser::check_super_class_access(instanceKlassHandle this_klass, TRAPS) {
4025 void ClassFileParser::check_super_interface_access(instanceKlassHandle this_klass, TRAPS) {
4046 void ClassFileParser::check_final_method_override(instanceKlassHandle this_klass, TRAPS) {
4105 void ClassFileParser::check_illegal_static_method(instanceKlassHandle this_klass, TRAPS) {
4129 void ClassFileParser::verify_legal_class_modifiers(jint flags, TRAPS) {
4155 bool ClassFileParser::has_illegal_visibility(jint flags) {
4165 bool ClassFileParser::is_supported_version(u2 major, u2 minor) {
4175 void ClassFileParser::verify_legal_field_modifiers(
4214 void ClassFileParser::verify_legal_method_modifiers(
4267 void ClassFileParser::verify_legal_utf8(const unsigned char* buffer, int length, TRAPS) {
4331 void ClassFileParser::verify_legal_class_name(Symbol* name, TRAPS) {
4370 void ClassFileParser::verify_legal_field_name(Symbol* name, TRAPS) {
4403 void ClassFileParser::verify_legal_method_name(Symbol* name, TRAPS) {
4441 void ClassFileParser::verify_legal_field_signature(Symbol* name, Symbol* signature, TRAPS) {
4456 int ClassFileParser::verify_legal_method_signature(Symbol* name, Symbol* signature, TRAPS) {
4511 bool ClassFileParser::verify_unqualified_name(
4543 char* ClassFileParser::skip_over_field_name(char* name, bool slash_ok, unsigned int length) {
4630 char* ClassFileParser::skip_over_field_signature(char* signature,