Searched defs:class_name (Results 1 - 25 of 58) sorted by relevance

123

/openjdk10/hotspot/test/runtime/verifier/popTopTests/
H A DPopDupTop.java35 public static void testClass(String class_name, String msg) throws Throwable { argument
/openjdk10/jdk/test/com/sun/jdi/
H A DExclusiveBind.java70 private static ProcessBuilder prepareLauncher(String address, boolean suspend, String class_name) throws Exception { argument
H A DBadHandshakeTest.java72 private static LaunchResult launch(String address, String class_name) throws Exception { argument
H A DRunToExit.java71 private static Process launch(String address, String class_name) throws Exception { argument
/openjdk10/hotspot/test/runtime/jni/8033445/
H A DlibDefaultMethods.c33 const char* class_name = NULL; local
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/
H A DAttributeHTML.java53 private final String class_name; // name of current class field in class:AttributeHTML
60 AttributeHTML(final String dir, final String class_name, final ConstantPool constant_pool, argument
[all...]
H A DMethodHTML.java45 private final String class_name; // name of current class field in class:MethodHTML
51 MethodHTML(final String dir, final String class_name, final Method[] methods, final Field[] fields, argument
H A DConstantHTML.java48 private final String class_name; // name of current class field in class:ConstantHTML
57 ConstantHTML(final String dir, final String class_name, final String class_package, argument
[all...]
H A DCodeHTML.java52 private final String class_name; // name of current class field in class:CodeHTML
61 CodeHTML(final String dir, final String class_name, final Method[] methods, final ConstantPool constant_pool, argument
[all...]
H A DClass2HTML.java64 private static String class_name; // name of current class, dito field in class:Class2HTML
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DArrayType.java49 public ArrayType(final String class_name, final int dimensions) { argument
H A DObjectType.java35 private final String class_name; // Class name of type field in class:ObjectType
40 public static ObjectType getInstance(final String class_name) { argument
47 public ObjectType(final String class_name) { argument
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp64 add_entry(int index, unsigned int hash, Symbol* class_name, ClassLoaderData* loader_data, bool havesupername, Symbol* supername) argument
78 remove_entry(int index, unsigned int hash, Symbol* class_name, ClassLoaderData* loader_data) argument
95 get_entry(int index, unsigned int hash, Symbol* class_name, ClassLoaderData* loader_data) argument
111 find_entry(int index, unsigned int hash, Symbol* class_name, ClassLoaderData* loader_data) argument
H A DclassLoaderExt.hpp41 Context(const char* class_name, const char* file_name, TRAPS) { argument
53 InstanceKlass* record_result(Symbol* class_name, argument
H A DsystemDictionaryShared.hpp36 static InstanceKlass* find_or_load_shared_class(Symbol* class_name, argument
74 static InstanceKlass* lookup_from_stream(Symbol* class_name, argument
58 dump_time_resolve_super_or_fail(Symbol* child_name, Symbol* class_name, Handle class_loader, Handle protection_domain, bool is_superclass, TRAPS) argument
H A DklassFactory.cpp40 check_shared_class_file_load_hook( InstanceKlass* ik, Symbol* class_name, Handle class_loader, Handle protection_domain, TRAPS) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/
H A DRepository.java63 public static JavaClass lookupClass(final String class_name) argument
129 public static JavaClass[] getSuperClasses(final String class_name) throws ClassNotFoundException { argument
151 public static JavaClass[] getInterfaces(final String class_name) throws ClassNotFoundException { argument
/openjdk10/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 DClassGenerator.java61 public ClassGenerator(String class_name, String super_class_name, 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 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
/openjdk10/hotspot/src/share/vm/compiler/
H A DmethodMatcher.hpp51 Symbol* class_name() const { return _class_name; } function in class:MethodMatcher
/openjdk10/hotspot/test/runtime/constantPool/
H A DConstModule.java86 write_and_load(int version, int access_flags, String attr, String class_name, boolean module_test, boolean throwCFE) argument
/openjdk10/hotspot/test/testlibrary/jvmti/
H A DlibSimpleClassFileLoadHook.c100 char* class_name; local

Completed in 2880 milliseconds

123