Searched refs:Sig (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java45 * second part of the test. Each example comes with one or two annotations, @Desc, @Sig,
108 if (d == null && s == null) // not a test field or method if no @Desc or @Sig given
130 error("@Sig annotation found but not Signature attribute");
132 error("Signature attribute found but no @Sig annotation");
154 return getAnnotValues(Sig.class.getName(), attrs, cp);
306 @interface Sig { interface
355 @Sig(s="LGenClss<LClss;>;", t="C{GenClss<C{Clss}>}")
376 @Sig(s="()LGenClss<LClss;>;", t="M{C{GenClss<C{Clss}>}()}")
380 @Sig(s="()LGenClss<*>;", t="M{C{GenClss<W{?}>}()}")
384 @Sig(
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp163 Address Sig = argv.address_in_frame(); // Argument 0 holds the signature local
164 __ ld_ptr( Sig, G3_scratch ); // Get register argument signature word into G3_scratch

Completed in 25 milliseconds