Searched defs:arg_types (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DRtMethodGenerator.java42 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 DNamedMethodGenerator.java43 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 DMatchGenerator.java45 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.java56 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.java51 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.java136 MethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cpg) argument
/openjdk9/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp40 build(SharkBuilder* builder, methodHandle target, const char* name, BasicType* arg_types, BasicType return_type) argument
53 SharkNativeWrapper(SharkBuilder* builder, methodHandle target, const char* name, BasicType* arg_types, BasicType return_type) argument
H A DsharkCompiler.cpp226 generate_native_wrapper(MacroAssembler* masm, const methodHandle& target, int compile_id, BasicType* arg_types, BasicType return_type) argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DBCELifier.java216 static String printArgumentTypes(Type[] arg_types) { argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DType.java102 public static String getMethodSignature(Type return_type, Type[] arg_types) { argument
H A DInstructionFactory.java131 Type[] arg_types; field in class:InstructionFactory.MethodObject
68 createInvoke(String class_name, String name, Type ret_type, Type[] arg_types, short kind) argument
H A DMethodGen.java46 private Type[] arg_types; field in class:MethodGen
82 public MethodGen(int access_flags, Type return_type, Type[] arg_types, argument
810 public void setArgumentTypes(Type[] arg_types) { this.arg_types argument
[all...]

Completed in 177 milliseconds