Lines Matching defs:nullHandle

331   constantPoolHandle nullHandle;
333 cfs->guarantee_more(3, CHECK_(nullHandle)); // length, first cp tag
337 length, CHECK_(nullHandle));
341 CHECK_(nullHandle));
348 parse_constant_pool_entries(class_loader, cp, length, CHECK_(nullHandle));
371 CHECK_(nullHandle));
376 CHECK_(nullHandle));
392 index, CHECK_(nullHandle));
402 name_ref_index, CHECK_(nullHandle));
407 signature_ref_index, CHECK_(nullHandle));
423 class_index, CHECK_(nullHandle));
437 string_index, CHECK_(nullHandle));
449 ref_index, CHECK_(nullHandle));
460 ref_index, CHECK_(nullHandle));
469 ref_index, CHECK_(nullHandle));
475 ref_index, CHECK_(nullHandle));
480 index, CHECK_(nullHandle));
493 ref_index, CHECK_(nullHandle));
503 CHECK_(nullHandle));
520 cfs->guarantee_more(8, CHECK_(nullHandle)); // flags, this_class, super_class, infs_len
531 index, CHECK_(nullHandle));
532 patch_constant_pool(cp, index, cp_patch_at(index), CHECK_(nullHandle));
539 index, CHECK_(nullHandle));
556 verify_legal_class_name(class_name, CHECK_(nullHandle));
566 verify_legal_method_signature(name, sig, CHECK_(nullHandle));
568 verify_legal_field_signature(name, sig, CHECK_(nullHandle));
585 verify_legal_field_name(name, CHECK_(nullHandle));
591 "Field", name, signature, CHECK_(nullHandle));
594 verify_legal_field_signature(name, signature, CHECK_(nullHandle));
597 verify_legal_method_name(name, CHECK_(nullHandle));
603 "Method", name, signature, CHECK_(nullHandle));
606 verify_legal_method_signature(name, signature, CHECK_(nullHandle));
617 name_ref_index, CHECK_(nullHandle));
640 name_ref_index, CHECK_(nullHandle));
646 name_ref_index, CHECK_(nullHandle));
658 verify_legal_method_signature(no_name, signature, CHECK_(nullHandle));
801 objArrayHandle nullHandle;
802 objArrayOop interface_oop = oopFactory::new_system_objArray(length, CHECK_(nullHandle));
807 u2 interface_index = cfs->get_u2(CHECK_(nullHandle));
813 interface_index, CHECK_(nullHandle));
822 "Bad interface name in class file %s", CHECK_(nullHandle));
827 false, CHECK_(nullHandle));
832 THROW_MSG_(vmSymbols::java_lang_IncompatibleClassChangeError(), "Implementing class", nullHandle);
861 CHECK_(nullHandle));
1084 typeArrayHandle nullHandle;
1085 cfs->guarantee_more(2, CHECK_(nullHandle)); // length
1122 cfs->guarantee_more(8, CHECK_(nullHandle)); // access_flags, name_index, descriptor_index, attributes_count
1126 verify_legal_field_modifiers(flags, is_interface, CHECK_(nullHandle));
1134 name_index, CHECK_(nullHandle));
1136 verify_legal_field_name(name, CHECK_(nullHandle));
1143 signature_index, CHECK_(nullHandle));
1145 verify_legal_field_signature(name, sig, CHECK_(nullHandle));
1159 CHECK_(nullHandle));
1162 objArrayOop md = oopFactory::new_system_objArray(length, CHECK_(nullHandle));
1247 CHECK_(nullHandle));
1282 CHECK_(nullHandle));
1828 methodHandle nullHandle;
1831 cfs->guarantee_more(8, CHECK_(nullHandle)); // access_flags, name_index, descriptor_index, attributes_count
1840 name_index, CHECK_(nullHandle));
1842 verify_legal_method_name(name, CHECK_(nullHandle));
1849 signature_index, CHECK_(nullHandle));
1862 verify_legal_method_modifiers(flags, is_interface, name, CHECK_(nullHandle));
1868 verify_legal_method_signature(name, signature, CHECK_(nullHandle));
1870 classfile_parse_error("Too many arguments in method signature in class file %s", CHECK_(nullHandle));
1919 cfs->guarantee_more(6, CHECK_(nullHandle)); // method_attribute_name_index, method_attribute_length
1926 method_attribute_name_index, CHECK_(nullHandle));
1934 CHECK_(nullHandle));
1937 classfile_parse_error("Multiple Code attributes in class file %s", CHECK_(nullHandle));
1943 cfs->guarantee_more(4, CHECK_(nullHandle));
1948 cfs->guarantee_more(8, CHECK_(nullHandle));
1955 "Arguments can't fit into locals in class file %s", CHECK_(nullHandle));
1958 code_length, CHECK_(nullHandle));
1963 cfs->guarantee_more(code_length, CHECK_(nullHandle));
1967 cfs->guarantee_more(2, CHECK_(nullHandle)); // exception_table_length
1971 parse_exception_table(code_length, exception_table_length, cp, CHECK_(nullHandle));
1975 cfs->guarantee_more(2, CHECK_(nullHandle)); // code_attributes_count
1998 cfs->guarantee_more(6, CHECK_(nullHandle)); // code_attribute_name_index, code_attribute_length
2008 CHECK_(nullHandle));
2013 &linenumber_table, CHECK_(nullHandle));
2041 CHECK_(nullHandle));
2071 CHECK_(nullHandle));
2078 classfile_parse_error("Multiple StackMapTable attributes in class file %s", CHECK_(nullHandle));
2081 parse_stackmap_table(code_attribute_length, CHECK_(nullHandle));
2086 cfs->skip_u1(code_attribute_length, CHECK_(nullHandle));
2092 "Code segment has wrong length in class file %s", CHECK_(nullHandle));
2097 classfile_parse_error("Multiple Exceptions attributes in class file %s", CHECK_(nullHandle));
2103 cp, CHECK_(nullHandle));
2108 method_attribute_length, CHECK_(nullHandle));
2116 method_attribute_length, CHECK_(nullHandle));
2123 method_attribute_length, CHECK_(nullHandle));
2125 cfs->guarantee_more(2, CHECK_(nullHandle)); // generic_signature_index
2131 parse_annotations(runtime_visible_annotations, runtime_visible_annotations_length, cp, &parsed_annotations, CHECK_(nullHandle));
2132 cfs->skip_u1(runtime_visible_annotations_length, CHECK_(nullHandle));
2137 cfs->skip_u1(runtime_invisible_annotations_length, CHECK_(nullHandle));
2142 cfs->skip_u1(runtime_visible_parameter_annotations_length, CHECK_(nullHandle));
2147 cfs->skip_u1(runtime_invisible_parameter_annotations_length, CHECK_(nullHandle));
2152 cfs->skip_u1(annotation_default_length, CHECK_(nullHandle));
2155 cfs->skip_u1(method_attribute_length, CHECK_(nullHandle));
2159 cfs->skip_u1(method_attribute_length, CHECK_(nullHandle));
2171 "Absent Code attribute in method that is not native or abstract in class file %s", CHECK_(nullHandle));
2181 CHECK_(nullHandle));
2282 CHECK_(nullHandle));
2303 CHECK_(nullHandle));
2310 CHECK_(nullHandle));
2326 CHECK_(nullHandle));
2331 CHECK_(nullHandle));
2336 CHECK_(nullHandle));
2368 objArrayHandle nullHandle;
2372 cfs->guarantee_more(2, CHECK_(nullHandle)); // length
2377 objArrayOop m = oopFactory::new_system_objArray(length, CHECK_(nullHandle));
2389 CHECK_(nullHandle));
2396 objArrayOop md = oopFactory::new_system_objArray(length, CHECK_(nullHandle));
2403 objArrayOop md = oopFactory::new_system_objArray(length, CHECK_(nullHandle));
2410 objArrayOop md = oopFactory::new_system_objArray(length, CHECK_(nullHandle));
2436 CHECK_(nullHandle));
2454 typeArrayHandle nullHandle;
2478 typeArrayOop new_ordering = oopFactory::new_permanent_intArray(length, CHECK_(nullHandle));
2991 instanceKlassHandle nullHandle;
3002 cfs->guarantee_more(8, CHECK_(nullHandle)); // magic, major, minor
3007 magic, CHECK_(nullHandle));
3032 return nullHandle;
3044 constantPoolHandle cp = parse_constant_pool(class_loader, CHECK_(nullHandle));
3049 cfs->guarantee_more(8, CHECK_(nullHandle)); // flags, this_class, super_class, infs_len
3059 verify_legal_class_modifiers(flags, CHECK_(nullHandle));
3069 this_class_index, CHECK_(nullHandle));
3090 CHECK_(nullHandle));
3108 return nullHandle;
3122 CHECK_(nullHandle));
3128 CHECK_(nullHandle));
3141 "Bad superclass name in class file %s", CHECK_(nullHandle));
3151 local_interfaces = parse_interfaces(cp, itfs_len, class_loader, protection_domain, _class_name, CHECK_(nullHandle));
3160 CHECK_(nullHandle));
3176 CHECK_(nullHandle));
3184 parse_classfile_attributes(cp, &parsed_annotations, CHECK_(nullHandle));
3187 guarantee_property(cfs->at_eos(), "Extra bytes at the end of class file %s", CHECK_(nullHandle));
3197 CHECK_(nullHandle));
3204 CHECK_(nullHandle));
3219 return nullHandle;
3223 THROW_MSG_(vmSymbols::java_lang_VerifyError(), "Cannot inherit from final class", nullHandle);
3228 objArrayHandle transitive_interfaces = compute_transitive_interfaces(super_klass, local_interfaces, CHECK_(nullHandle));
3235 CHECK_(nullHandle));
3253 CHECK_(nullHandle));
3602 CHECK_(nullHandle));
3685 this_klass->initialize_supers(super_klass(), CHECK_(nullHandle));
3697 int computed_modifiers = this_klass->compute_modifier_flags(CHECK_(nullHandle));
3701 check_super_class_access(this_klass, CHECK_(nullHandle));
3704 check_super_interface_access(this_klass, CHECK_(nullHandle));
3707 check_final_method_override(this_klass, CHECK_(nullHandle));
3711 check_illegal_static_method(this_klass, CHECK_(nullHandle));
3715 java_lang_Class::create_mirror(this_klass, CHECK_(nullHandle));
3976 objArrayHandle nullHandle;
3977 objArrayOop new_objarray = oopFactory::new_system_objArray(max_transitive_size, CHECK_(nullHandle));
3995 objArrayOop new_result = oopFactory::new_system_objArray(index, CHECK_(nullHandle));