Searched refs:cnstr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/generics/scope/
H A DClassScope.java56 Constructor<?> cnstr = receiver.getEnclosingConstructor();
57 if (cnstr != null)
60 return ConstructorScope.make(cnstr);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp831 ConstructRule(char *cnstr);
H A Dadlparse.cpp3531 char *cnstr = NULL; // Code for constructor local
3541 cnstr = NULL; // no constructor for this form
3544 else if ((cnstr = find_cpp_block("match constructor")) == NULL ) {
3550 if (cnstr) fprintf(stderr,"Match Constructor: %s\n", cnstr);
3552 match = new MatchRule(_AD, mnode, depth, cnstr, numleaves);
H A Dformssel.cpp2776 ConstructRule::ConstructRule(char *cnstr) argument
2777 : _construct(cnstr) {
3833 MatchRule::MatchRule(ArchDesc &ad, MatchNode* mroot, int depth, char *cnstr, argument
3835 : MatchNode(ad,*mroot), _depth(depth), _construct(cnstr),

Completed in 1053 milliseconds