Searched refs:arg_names (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DNamedMethodGenerator.java46 Type[] arg_types, String[] arg_names,
49 super(access_flags, return_type, arg_types, arg_names, method_name,
45 NamedMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
H A DRtMethodGenerator.java45 Type[] arg_types, String[] arg_names,
48 super(access_flags, return_type, arg_types, arg_names, method_name,
44 RtMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
H A DMatchGenerator.java48 Type[] arg_types, String[] arg_names,
51 super(access_flags, return_type, arg_types, arg_names, method_name,
47 MatchGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
H A DCompareGenerator.java59 Type[] arg_types, String[] arg_names,
62 super(access_flags, return_type, arg_types, arg_names, method_name,
58 CompareGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
H A DTestGenerator.java54 Type[] arg_types, String[] arg_names,
57 super(access_flags, return_type, arg_types, arg_names, method_name,
53 TestGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
H A DMethodGenerator.java138 Type[] arg_types, String[] arg_names,
141 super(access_flags, return_type, arg_types, arg_names, method_name,
137 MethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cpg) argument
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DMethodGen.java83 private String[] arg_names; field in class:MethodGen
109 * @param arg_names argument names (if this is null, default names will be provided
118 String[] arg_names, String method_name, String class_name,
123 setArgumentNames(arg_names);
153 if(arg_names != null) { // Names for variables provided?
154 if(size != arg_names.length)
156 size + " vs. " + arg_names.length);
158 arg_names = new String[size];
161 arg_names[i] = "arg" + i;
163 setArgumentNames(arg_names);
117 MethodGen(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp) argument
757 setArgumentNames(String[] arg_names) argument
[all...]
H A DInstructionFactory.java169 String[] arg_names; field in class:InstructionFactory.MethodObject

Completed in 46 milliseconds