Searched defs:inst (Results 1 - 25 of 98) sorted by relevance

1234

/openjdk10/jdk/test/com/sun/tools/attach/modules/
H A DAgent.java28 public static void agentmain(String agentArgs, Instrumentation inst) { argument
/openjdk10/jdk/test/java/lang/instrument/executableJAR/
H A DAgent.java28 public static Instrumentation inst; field in class:Agent
30 public static void agentmain(String agentArgs, Instrumentation inst) { argument
/openjdk10/jdk/test/java/lang/instrument/
H A DSimpleAgent.java28 public static void premain(String args, Instrumentation inst) { argument
H A DRedefineClassWithNativeMethodAgent.java34 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
H A DManifestTestAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
H A DRedefineBigClassAgent.java39 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
H A DRedefineMethodAddInvokeAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
H A DRedefineMethodWithAnnotationsAgent.java31 public static void premain(String agentArgs, Instrumentation inst) { argument
H A DRedefineMethodInBacktraceAgent.java31 public static void premain(String agentArgs, Instrumentation inst) { argument
H A DRetransformBigClassAgent.java33 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
H A DInstrumentationHandoff.java47 premain(String options, Instrumentation inst) argument
H A DRedefineMethodDelInvokeAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
H A DRedefineSubclassWithTwoInterfacesAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
H A DStressGetObjectSizeApp.java70 private final Instrumentation inst; field in class:StressGetObjectSizeApp.RoundAndRound
73 public RoundAndRound(Instrumentation inst) { argument
H A DRedefineModuleAgent.java35 private static Instrumentation inst; field in class:RedefineModuleAgent
37 public static void premain(String args, Instrumentation inst) throws Exception { argument
H A DBootstrapClassPathAgent.java33 public static void premain(String args, Instrumentation inst) { argument
/openjdk10/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DAgent.java35 static Instrumentation inst; field in class:Agent
/openjdk10/hotspot/test/serviceability/jvmti/
H A DUnresolvedClassAgent.java48 public static void premain(String args, Instrumentation inst) throws Exception { argument
/openjdk10/jdk/test/java/lang/instrument/DaemonThread/
H A DDummyAgent.java42 public static void premain(String agentArgs, Instrumentation inst) { argument
/openjdk10/hotspot/test/runtime/RedefineTests/
H A DRedefineLeak.java62 public static void premain(String agentArgs, Instrumentation inst) throws Exception { argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWKeyboardFocusManagerPeer.java33 private static final LWKeyboardFocusManagerPeer inst = new LWKeyboardFocusManagerPeer(); field in class:LWKeyboardFocusManagerPeer
/openjdk10/jdk/test/com/sun/tools/attach/
H A DRedefineAgent.java68 public static void testRedefine(Instrumentation inst) throws Exception { argument
101 public static void agentmain(String args, Instrumentation inst) throws Exception { argument
/openjdk10/test/lib/
H A DRedefineClassHelper.java38 public static void premain(String agentArgs, Instrumentation inst) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/constopt/
H A DDefUseTree.java73 public void addUsage(AbstractBlockBase<?> b, LIRInstruction inst, Value value) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/profiling/
H A DMoveType.java56 public static MoveType get(LIRInstruction inst) { argument

Completed in 148 milliseconds

1234