Lines Matching refs:check_tag

204   inline void check_tag (int index, char expected_tag)  in check_tag()  function
389 check_tag (this_class, JV_CONSTANT_Class); in parse()
391 check_tag (super_class, JV_CONSTANT_Class); in parse()
407 check_tag (iface, JV_CONSTANT_Class); in parse()
455 check_tag (class_index, JV_CONSTANT_Class); in handleEnclosingMethod()
462 check_tag (method_index, JV_CONSTANT_NameAndType); in handleEnclosingMethod()
483 check_tag (cpool_idx, JV_CONSTANT_Utf8); in handleGenericSignature()
511 check_tag (index, JV_CONSTANT_Integer); in handleAnnotationElement()
518 check_tag (index, JV_CONSTANT_Double); in handleAnnotationElement()
525 check_tag (index, JV_CONSTANT_Float); in handleAnnotationElement()
532 check_tag (index, JV_CONSTANT_Long); in handleAnnotationElement()
541 check_tag (index, JV_CONSTANT_Utf8); in handleAnnotationElement()
550 check_tag (type_name_index, JV_CONSTANT_Utf8); in handleAnnotationElement()
552 check_tag (const_name_index, JV_CONSTANT_Utf8); in handleAnnotationElement()
559 check_tag (index, JV_CONSTANT_Utf8); in handleAnnotationElement()
582 check_tag (type_index, JV_CONSTANT_Utf8); in handleAnnotation()
589 check_tag (name_index, JV_CONSTANT_Utf8); in handleAnnotation()
768 check_tag (name_index, JV_CONSTANT_Utf8); in read_fields()
771 check_tag (descriptor_index, JV_CONSTANT_Utf8); in read_fields()
787 check_tag (index, JV_CONSTANT_Utf8); in is_attribute_name()
799 check_tag (index, JV_CONSTANT_Utf8); in pool_Utf8_to_char_arr()
856 check_tag (name_index, JV_CONSTANT_Utf8); in read_methods()
859 check_tag (descriptor_index, JV_CONSTANT_Utf8); in read_methods()
899 check_tag (ndx, JV_CONSTANT_Class); in read_one_method_attribute()
1043 check_tag (source_index, JV_CONSTANT_Utf8); in read_one_class_attribute()
1098 check_tag (utf_index, JV_CONSTANT_Utf8); in handleConstantPool()
1188 check_tag (utf_index, JV_CONSTANT_Utf8); in prepare_pool_entry()
1210 check_tag (class_index, JV_CONSTANT_Class); in prepare_pool_entry()
1213 check_tag (nat_index, JV_CONSTANT_NameAndType); in prepare_pool_entry()
1248 check_tag (name_index, JV_CONSTANT_Utf8); in prepare_pool_entry()
1250 check_tag (type_index, JV_CONSTANT_Utf8); in prepare_pool_entry()
1305 check_tag (this_class, JV_CONSTANT_Class); in handleClassBegin()
1367 check_tag (super_class, JV_CONSTANT_Class); in handleClassBegin()
1621 check_tag (name, JV_CONSTANT_Utf8); in handleMethod()
1625 check_tag (desc, JV_CONSTANT_Utf8); in handleMethod()