Home
last modified time | relevance | path

Searched refs:CONSTANT_InterfaceMethodref (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c213 ? CONSTANT_InterfaceMethodref
240 case CONSTANT_InterfaceMethodref:
291 case CONSTANT_InterfaceMethodref:
H A Djcf.h253 #define CONSTANT_InterfaceMethodref 11 macro
H A Djcf-reader.c293 case CONSTANT_InterfaceMethodref:
H A Djcf-io.c698 case CONSTANT_InterfaceMethodref:
H A Djcf-dump.c453 case CONSTANT_InterfaceMethodref:
H A Dverify.c1022 if (tag != CONSTANT_InterfaceMethodref)
H A DChangeLog10264 generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.