Searched refs:Label (Results 151 - 175 of 384) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryExpression.java29 import sun.tools.asm.Label;
211 Label l1 = new Label();
212 Label l2 = new Label();
H A DForStatement.java30 import sun.tools.asm.Label;
165 Label l1 = new Label();
166 Label l2 = new Label();
H A DWhileStatement.java30 import sun.tools.asm.Label;
116 Label l1 = new Label();
H A DEqualExpression.java30 import sun.tools.asm.Label;
78 void codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) {
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_Runtime1_aarch64.cpp61 Label retaddr;
72 { Label L;
85 { Label L;
402 Label oop_empty;
408 Label pc_empty;
471 Label oop_empty;
477 Label pc_empty;
532 Label retaddr;
542 { Label L;
554 { Label
[all...]
H A DtemplateInterpreterGenerator_aarch64.cpp116 Label d, done;
308 Label L;
476 Label L;
487 Label L;
498 Label L;
560 Label* overflow,
561 Label* profile_method,
562 Label* profile_method_continue) {
563 Label done;
567 Label no_md
[all...]
H A DmacroAssembler_aarch64.hpp53 Label *retaddr = NULL
59 Label &retaddr) {
113 Label& done, Label* slow_case = NULL,
115 void biased_locking_exit (Register obj_reg, Register temp_reg, Label& done);
148 void bind(Label& L) {
495 void tbr(Condition cond, Register Rt, int bitpos, Label &dest, bool far = false) {
501 void (Assembler::* branch)(Register Rt, int bitpos, Label &L);
508 Label L;
580 // Required platform-specific helpers for Label
[all...]
H A DtemplateTable_aarch64.cpp227 Label L_patch_done;
261 Label L_fast_patch;
273 Label L_okay;
373 Label call_ldc, notFloat, notClass, Done;
422 Label L;
446 Label resolved;
471 Label Long, Done;
515 Label rewrite, done;
666 Label ok;
848 Label rewrit
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/debug/
H A DNashornTextifier.java41 import jdk.internal.org.objectweb.asm.Label;
60 private Iterator<Label> labelIter;
81 private Map<Label, String> labelNames;
102 private NashornTextifier(final ScriptEnvironment env, final NashornClassReader cr, final Iterator<Label> labelIter, final Graph graph) {
270 final List<Label> extraLabels = cr.getExtraLabels(currentClassName, name, desc);
403 final Label next = getNextLabel();
421 private Label getNextLabel() {
579 public void visitJumpInsn(final int opcode, final Label label) {
596 public void visitLabel(final Label label) {
638 public void visitTableSwitchInsn(final int min, final int max, final Label dfl
[all...]
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DAssembler.java60 Label first = new Label();
116 void optimize(Environment env, Label lbl) {
155 optimize(env, (Label)inst.value);
159 optimize(env, (Label)inst.value);
163 optimize(env, (Label)inst.value);
180 for (Enumeration<Label> e = sw.tab.elements() ; e.hasMoreElements();) {
260 void balance(Label lbl, int depth) {
273 lbl = (Label)inst;
302 balance((Label)ins
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DSwitchStrategy.java29 import org.graalvm.compiler.asm.Label;
74 * @return a new Label
76 Label conditionalJump(int index, Condition condition);
81 void bind(Label label);
91 * implementing the {@link #conditionalJump(int, Condition, Label)} method.
111 protected abstract void conditionalJump(int index, Condition condition, Label target);
115 Label target = targetDefault ? defaultTarget.label() : keyTargets[index].label();
136 public Label conditionalJump(int index, Condition condition) {
137 Label label = new Label();
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64Arithmetic.java27 import org.graalvm.compiler.asm.Label;
79 Label label = new Label();
/openjdk10/hotspot/test/compiler/osr/
H A DTestOSRWithNonEmptyStack.java36 import jdk.internal.org.objectweb.asm.Label;
93 Label osrEntryPoint = new Label();
/openjdk10/jdk/test/java/awt/Multiscreen/WPanelPeerPerf/
H A DWPanelPeerPerf.java86 Label label = new Label("Hello world");
95 currentPanel.add(new Label("WPanelPeerPerf"));
/openjdk10/jdk/test/java/awt/Modal/PrintDialogsTest/
H A DPrintDialogsTest.java111 panel.add(new Label("Dialog parent:"));
127 panel.add(new Label("Dialog modality type:"));
144 panel.add(new Label("Print dialog type:"));
/openjdk10/jdk/test/java/awt/Component/PaintAll/
H A DPaintAll.java34 import java.awt.Label;
122 private static final Label labelStub = new Label() {
255 fail("Paint is not called on a Label"
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.cpp91 { Label OK;
98 { Label OK;
189 Label L;
254 Label L;
406 Label &ok_is_subtype) {
611 Label magic_ok;
873 Label no_reserved_zone_enabling;
1035 Label done;
1096 void InterpreterMacroAssembler::test_method_data_pointer(Register mdp, Label& zero_continue) {
1105 Label set_md
[all...]
H A DmacroAssembler_s390.hpp261 void generate_safepoint_check(Label& slow_path, Register scratch = noreg, bool may_relocate = true);
308 inline void load_const(Register t, Label& L);
326 inline void load_const_optimized(Register t, Label& L);
403 void compare32_and_branch(Register r1, RegisterOrConstant x2, branch_condition cond, Label& target);
404 void compareU32_and_branch(Register r1, RegisterOrConstant x2, branch_condition cond, Label& target);
405 void compare64_and_branch(Register r1, RegisterOrConstant x2, branch_condition cond, Label& target);
406 void compareU64_and_branch(Register r1, RegisterOrConstant x2, branch_condition cond, Label& target);
409 void branch_optimized(Assembler::branch_condition cond, Label& branch_target);
419 Label& branch_target,
425 Label
[all...]
H A Dinterp_masm_s390.hpp110 void gen_subtype_check(Register sub_klass, Register super_klass, Register tmp1, Register tmp2, Label &ok_is_subtype);
214 void is_a(Label& L);
253 void get_method_counters(Register Rmethod, Register Rcounters, Label& skip);
267 void test_method_data_pointer(Register mdp, Label& zero_continue);
276 branch_condition cond, Label* where);
280 Label& not_equal_continue);
286 Label& done, bool is_virtual_call);
319 void skip_if_jvmti_mode(Label &Lskip, Register Rscratch = Z_R0);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.aarch64/src/org/graalvm/compiler/lir/aarch64/
H A DAArch64Call.java32 import org.graalvm.compiler.asm.Label;
127 protected final Label label;
129 protected ForeignCallOp(LIRInstructionClass<? extends ForeignCallOp> c, ForeignCallLinkage callTarget, Value result, Value[] parameters, Value[] temps, LIRFrameState state, Label label) {
152 public DirectNearForeignCallOp(ForeignCallLinkage callTarget, Value result, Value[] parameters, Value[] temps, LIRFrameState state, Label label) {
166 public DirectFarForeignCallOp(ForeignCallLinkage callTarget, Value result, Value[] parameters, Value[] temps, LIRFrameState state, Label label) {
198 public static void directCall(CompilationResultBuilder crb, AArch64MacroAssembler masm, InvokeTarget callTarget, Register scratch, LIRFrameState info, Label label) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc.hpp77 Register tmp1, Register tmp2, Register tmp3, Label &ok_is_subtype);
80 void load_resolved_reference_at_index(Register result, Register index, Label *is_null = NULL);
143 void is_a(Label& L);
207 void get_method_counters(Register method, Register Rcounters, Label& skip);
216 void test_method_data_pointer(Label& zero_continue);
218 void test_invocation_counter_for_mdp(Register invocation_count, Register method_counters, Register Rscratch, Label &profile_continue);
228 void test_mdp_data_at(int offset, Register value, Label& not_equal_continue, Register test_out);
248 void record_klass_in_profile_helper(Register receiver, Register scratch1, Register scratch2, int start_row, Label& done, bool is_virtual_call);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/reflect/
H A DMethodAccessorGenerator.java456 Label l = new Label();
485 Label successLabel = new Label();
513 Label nextParamLabel = null;
560 Label l = null; // unboxing label
561 nextParamLabel = new Label();
576 l = new Label();
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java39 import java.awt.Label;
180 private final Label textLabel = new Label("");
287 private Label captionLabel = new Label("");
291 private Label[] lineLabels = new Label[BALLOON_WORD_LINE_MAX_COUNT];
352 lineLabels[i] = new Label();
/openjdk10/jdk/test/java/awt/Focus/SimpleWindowActivationTest/
H A DSimpleWindowActivationTest.java46 private static Label label;
79 //click on Label in Window
114 label = new Label("label");
/openjdk10/jdk/test/java/awt/ComponentOrientation/
H A DFlowTest.java98 controls.add(new Label("FlowLayout Alignment:"));
124 controls.add(new Label("ComponentOrientation:"));

Completed in 386 milliseconds

1234567891011>>