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

12

/openjdk7/jdk/test/java/lang/instrument/
H A DManifestTestAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
35 inst.isNativeMethodPrefixSupported());
37 inst.isRedefineClassesSupported());
39 inst.isRetransformClassesSupported());
H A DRedefineClassWithNativeMethodAgent.java33 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
64 inst.redefineClasses(new ClassDefinition[] { cld });
H A DInstrumentationHandoff.java47 premain(String options, Instrumentation inst) argument
50 sInstrumentation = inst;
H A DRedefineBigClassAgent.java39 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
75 inst.redefineClasses(new ClassDefinition[] { cld });
H A DRedefineMethodAddInvokeAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
35 inst.isRedefineClassesSupported());
37 instrumentation = inst;
H A DRetransformBigClassAgent.java33 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
38 inst.addTransformer(trans, true /* canRetransform */);
48 inst.retransformClasses(clz);
H A DStressGetObjectSizeApp.java70 private final Instrumentation inst; field in class:StressGetObjectSizeApp.RoundAndRound
73 public RoundAndRound(Instrumentation inst) { argument
74 this.inst = inst;
82 sum += inst.getObjectSize(anObject);
H A DNativeMethodPrefixAgent.java43 static Instrumentation inst; field in class:NativeMethodPrefixAgent
101 inst = instArg;
107 inst.addTransformer(t1, true);
108 inst.addTransformer(t2, false);
109 inst.addTransformer(t0, true);
H A DRetransformAgent.java43 static Instrumentation inst; field in class:RetransformAgent
116 inst = instArg;
120 inst.addTransformer(t1, true);
122 inst.addTransformer(t2, false);
124 inst.addTransformer(t3, true);
126 inst.addTransformer(t4, false);
130 inst.removeTransformer(t3);
133 inst.retransformClasses(new RetransformApp().getClass());
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DAgent.java35 static Instrumentation inst; field in class:Agent
38 inst = ins;
42 return inst;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWKeyboardFocusManagerPeer.java33 private static final LWKeyboardFocusManagerPeer inst = new LWKeyboardFocusManagerPeer(); field in class:LWKeyboardFocusManagerPeer
39 return inst;
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/
H A DTypeToJType.java55 public static TypeToJType inst(){ return INST; } method in class:TypeToJType
75 final Clazz clazz = TypeCache.inst().getClassForName(className);
83 final CFType cfType = TypeCache.inst().getCFTypeForName(type.name);
86 final Opaque opaque = TypeCache.inst().getOpaqueForName(type.name);
93 final Type subType = TypeCache.inst().getTypeByName(subDeclaredType);
97 final JType javaType = TypeToJType.inst().getJTypeFor(subType).getParameterizableType();
125 Struct st = TypeCache.inst().getStructForName(type.name);
H A DTypeCache.java46 public static TypeCache inst(){ return INST; } method in class:TypeCache
55 * Type type = TypeCache.inst().pingType(new Type(a,b,c));
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DNTypePrinter.java49 public static NTypePrinter inst(){ return INST; } method in class:NTypePrinter
H A DNTypeMerger.java72 public static NTypeMerger inst(){ return INST; } method in class:NTypeMerger
147 return new NPointer(NTypeMerger.inst().merge(a.subject, b.subject));
154 NTypeMerger.inst().merge(a.type, b.type),
182 return new NArray(a.length, NTypeMerger.inst().merge(a.type, b.type));
185 protected NType accept(NVoid a, NVoid b) { return NVoid.inst(); }
186 protected NType accept(NObject a, NObject b) { return NObject.inst(); }
187 protected NType accept(NClass a, NClass b) { return NClass.inst(); }
188 protected NType accept(NSelector a, NSelector b) { return NSelector.inst(); }
189 protected NType accept(NUnknown a, NUnknown b) { return NUnknown.inst(); }
/openjdk7/jdk/src/share/bin/
H A Dmain.c83 WinMain(HINSTANCE inst, HINSTANCE previnst, LPSTR cmdline, int cmdshow) argument
/openjdk7/jdk/test/com/sun/tools/attach/
H A DRedefineAgent.java68 public static void testRedefine(Instrumentation inst) throws Exception { argument
69 Class[] classes = inst.getAllLoadedClasses();
75 inst.addTransformer(new RedefineAgent());
77 classes = inst.getAllLoadedClasses();
92 inst.redefineClasses(cd);
101 public static void agentmain(String args, Instrumentation inst) throws Exception { argument
103 System.out.println("RedefineAgent redefine supported: " + inst.isRedefineClassesSupported());
110 testRedefine(inst);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWKeyboardFocusManagerPeer.java39 private static final WKeyboardFocusManagerPeer inst = new WKeyboardFocusManagerPeer(); field in class:WKeyboardFocusManagerPeer
42 return inst;
/openjdk7/jdk/test/sun/misc/IoTrace/
H A DIoTraceAgent.java117 public static void premain(String agentArgs, Instrumentation inst) argument
121 inst.redefineClasses(cd);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXKeyboardFocusManagerPeer.java37 private static final XKeyboardFocusManagerPeer inst = new XKeyboardFocusManagerPeer(); field in class:XKeyboardFocusManagerPeer
43 return inst;
/openjdk7/langtools/test/tools/javac/types/
H A DGenericTypeWellFormednessTest.java60 Type inst(Type clazz) { method in class:GenericTypeWellFormednessTest.InstantiableType
138 Type inst(Type clazz) {
151 Type inst(Type clazz) {
152 return subst(clazz, Mapping(clazz.getTypeArguments().head, type1.inst(clazz)));
161 Type inst(Type clazz) {
162 Type t = fac.Wildcard(BoundKind.EXTENDS, type1.inst(clazz));
172 Type inst(Type clazz) {
173 Type t = fac.Wildcard(BoundKind.SUPER, type1.inst(clazz));
181 Type inst(Type clazz) {
224 Type inst
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp35 jint inst = ip->long_at(0); local
36 assert(inst != NativeInstruction::illegal_instruction(), "no breakpoint");
37 switch (Assembler::inv_op(inst)) {
41 switch (Assembler::inv_op3(inst)) {
70 switch (Assembler::inv_op3(inst)) {
81 guarantee(Assembler::inv_immed(inst), "must have a simm13 field");
84 inst &= ~Assembler::simm( -1, 13);
85 inst |= Assembler::simm(simm13, 13);
87 assert(ip->long_at(0) == inst, "instructions must match");
89 ip->set_long_at(0, inst);
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DJObjCRuntime.java79 static JObjCRuntime inst() { method in class:JObjCRuntime
86 return inst();
110 Unsafe inst = null;
114 inst = (Unsafe) f.get(null);
115 if(inst == null) throw new NullPointerException("Unsafe.theUnsafe == null");
119 return inst;
H A DCoder.java137 static public Coder getCoderAtRuntime(Object inst){ argument
138 if(inst == null) return PointerCoder.INST;
139 if(inst instanceof Struct) return ((Struct) inst).getCoder();
140 return getCoderAtRuntimeForType(inst.getClass());
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp45 int inst = ubyte_at(0); local
46 if (inst != instruction_code) {
48 inst);

Completed in 117 milliseconds

12