Searched defs:targetMethod (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DOptions.java33 public String targetMethod = null; field in class:Options
/openjdk7/jdk/test/java/lang/invoke/
H A DAccessControlTest.java328 Method pro_in_self = targetMethod(THIS_CLASS, PROTECTED, methodType(void.class));
342 Method method = targetMethod(targetClass, targetAccess, methodType);
389 static Method targetMethod(Class<?> targetClass, int targetAccess, MethodType methodType) { method in class:AccessControlTest
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp381 jmethodID targetMethod; local
424 targetMethod = m;
447 bpRes = jvmdi->SetBreakpoint(targetClass, targetMethod, targetLocation);
449 bpRes = jvmdi->ClearBreakpoint(targetClass, targetMethod, targetLocation);
470 if (jvmdi->GetMethodName(targetClass, targetMethod, &methodName, &methodSig)

Completed in 33 milliseconds