Searched refs:inst (Results 1 - 25 of 145) sorted by relevance

123456

/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
31 Agent.inst = inst;
H A DMain.java28 Instrumentation inst = Agent.inst;
29 if (inst == null)
38 Class<?>[] classes = inst.getAllLoadedClasses();
/openjdk10/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DAgent.java35 static Instrumentation inst; field in class:Agent
38 inst = ins;
42 return inst;
/openjdk10/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 DRedefineMethodAddInvokeAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
35 inst.isRedefineClassesSupported());
37 instrumentation = inst;
H A DRedefineMethodWithAnnotationsAgent.java31 public static void premain(String agentArgs, Instrumentation inst) { argument
34 inst.isRedefineClassesSupported());
36 instrumentation = inst;
H A DRedefineMethodInBacktraceAgent.java31 public static void premain(String agentArgs, Instrumentation inst) { argument
34 inst.isRedefineClassesSupported());
36 instrumentation = inst;
H A DRedefineMethodDelInvokeAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
35 inst.isRedefineClassesSupported());
37 instrumentation = inst;
H A DRedefineSubclassWithTwoInterfacesAgent.java32 public static void premain(String agentArgs, Instrumentation inst) { argument
36 inst.isRedefineClassesSupported());
38 instrumentation = inst;
H A DRedefineModuleAgent.java35 private static Instrumentation inst; field in class:RedefineModuleAgent
37 public static void premain(String args, Instrumentation inst) throws Exception { argument
38 RedefineModuleAgent.inst = inst;
47 inst.redefineModule(module, extraReads, extraExports, extraOpens, extraUses, extraProvides);
51 return inst.isModifiableModule(module);
H A DSimpleAgent.java28 public static void premain(String args, Instrumentation inst) { argument
H A DInstrumentationHandoff.java47 premain(String options, Instrumentation inst) argument
50 sInstrumentation = inst;
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 DRetransformBigClassAgent.java33 public static void premain(String agentArgs, final Instrumentation inst) throws Exception { argument
38 inst.addTransformer(trans, true /* canRetransform */);
48 inst.retransformClasses(clz);
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.inline.hpp136 inline bool MacroAssembler::is_call_pcrelative_short(unsigned long inst) { argument
137 return is_equal(inst, BRAS_ZOPC); // off 16, len 16
140 inline bool MacroAssembler::is_call_pcrelative_long(unsigned long inst) { argument
141 return is_equal(inst, BRASL_ZOPC); // off 16, len 32
144 inline bool MacroAssembler::is_branch_pcrelative_short(unsigned long inst) { argument
146 return is_equal(inst, BRC_ZOPC); // off 16, len 16
149 inline bool MacroAssembler::is_branch_pcrelative_long(unsigned long inst) { argument
151 return is_equal(inst, BRCL_ZOPC); // off 16, len 32
154 inline bool MacroAssembler::is_compareandbranch_pcrelative_short(unsigned long inst) { argument
156 return is_equal(inst, CRJ_ZOP
162 is_branchoncount_pcrelative_short(unsigned long inst) argument
167 is_branchonindex32_pcrelative_short(unsigned long inst) argument
172 is_branchonindex64_pcrelative_short(unsigned long inst) argument
177 is_branchonindex_pcrelative_short(unsigned long inst) argument
182 is_branch_pcrelative16(unsigned long inst) argument
189 is_branch_pcrelative32(unsigned long inst) argument
193 is_branch_pcrelative(unsigned long inst) argument
198 is_load_pcrelative_long(unsigned long inst) argument
203 is_misc_pcrelative_long(unsigned long inst) argument
208 is_pcrelative_short(unsigned long inst) argument
213 is_pcrelative_long(unsigned long inst) argument
221 unsigned long inst; local
227 unsigned long inst; local
233 unsigned long inst; local
240 unsigned long inst; local
[all...]
H A DjvmciCodeInstaller_s390.cpp40 jint CodeInstaller::pd_next_offset(NativeInstruction* inst, jint pc_offset, oop method) { argument
61 void CodeInstaller::pd_relocate_CodeBlob(CodeBlob* cb, NativeInstruction* inst) { argument
65 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination) { argument
/openjdk10/jdk/test/com/sun/tools/attach/modules/
H A DAgent.java28 public static void agentmain(String agentArgs, Instrumentation inst) { argument
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DLabel.java76 Instruction inst = next.next;
77 if (inst.opc == opc_label) {
78 inst = ((Label)inst).getDestination().next;
81 if (inst.opc == opc_ifeq) {
83 lbl = (Label)inst.value;
86 lbl.next = inst.next;
87 inst.next = lbl;
92 if (inst.opc == opc_ifne) {
95 lbl.next = inst
[all...]
H A DAssembler.java69 public void add(Instruction inst) { argument
70 if (inst != null) {
71 last.next = inst;
72 last = inst;
119 for (Instruction inst = lbl.next ; inst != null ; inst = inst.next) {
120 switch (inst.pc) {
122 inst
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DVerifyingMoveFactory.java64 LIRInstruction inst = inner.createMove(result, input);
65 assert checkResult(inst, result, input);
66 return inst;
71 LIRInstruction inst = inner.createStackMove(result, input);
72 assert checkResult(inst, result, input);
73 return inst;
78 LIRInstruction inst = inner.createLoad(result, input);
79 assert LoadConstantOp.isLoadConstantOp(inst) && checkResult(inst, result, null);
80 return inst;
137 checkResult(LIRInstruction inst, AllocatableValue result, Value input) argument
[all...]
/openjdk10/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);
/openjdk10/jdk/test/java/lang/instrument/DaemonThread/
H A DDummyAgent.java42 public static void premain(String agentArgs, Instrumentation inst) { argument
43 inst.addTransformer(new DummyAgent(), false);
/openjdk10/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 guarantee(ip->long_at(0) == inst, "instructions must match");
89 ip->set_long_at(0, inst);
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/
H A DAllocationStageVerifier.java58 for (LIRInstruction inst : lir.getLIRforBlock(block)) {
59 verifyInstruction(inst);
63 protected void verifyInstruction(LIRInstruction inst) { argument
64 inst.visitEachInput(this::verifyOperands);
65 inst.visitEachOutput(this::verifyOperands);
66 inst.visitEachAlive(this::verifyOperands);
67 inst.visitEachTemp(this::verifyOperands);
/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
57 assert MoveOp.isMoveOp(inst);
58 AllocatableValue dst = MoveOp.asMoveOp(inst).getResult();
60 if (LoadConstantOp.isLoadConstantOp(inst)) {
66 } else if (ValueMoveOp.isValueMoveOp(inst)) {
67 src = ValueMoveOp.asValueMoveOp(inst).getInput();
82 throw GraalError.shouldNotReachHere(String.format("Unrecognized Move: %s dst=%s, src=%s", inst, dst, src));

Completed in 234 milliseconds

123456