Searched refs:arg_type (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DCompatibleConnectors.java116 static void type_match(String arg_name, String arg_type, Connector.Argument arg) { argument
118 if (arg_type.equals("Connector.StringArgument")) {
123 if (arg_type.equals("Connector.IntegerArgument")) {
128 if (arg_type.equals("Connector.BooleanArgument")) {
133 if (arg_type.equals("Connector.SelectedArgument")) {
140 + arg_type);
167 String arg_type = args[1];
184 type_match(arg_name, arg_type, connector_arg);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp89 BasicType arg_type(int i) const { function in class:SharkNativeWrapper
H A DsharkNativeWrapper.cpp127 switch (arg_type(i)) {
173 const Type *param_type = SharkType::to_stackType(arg_type(i));
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp773 const TypeOopPtr* arg_type = arg->bottom_type()->isa_oopptr(); local
775 if (arg_type != NULL && !arg_type->higher_equal(sig_type)) {
785 const TypeOopPtr* arg_type = arg->bottom_type()->isa_oopptr(); local
787 if (arg_type != NULL && !arg_type->higher_equal(sig_type)) {
H A DdoCall.cpp538 const TypeOopPtr* arg_type = TypeOopPtr::make_from_klass(rtype->as_klass()); local
540 if (arg_type != NULL && !arg_type->higher_equal(sig_type)) {
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h143 char arg_type; /* AT_BYVAL, AT_BYREF */ member in struct:__anon2
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1348 for (Type arg_type : arg_types) {
1349 frame.locals[count++] = types.erasure(arg_type);

Completed in 57 milliseconds