Searched refs:Label (Results 26 - 50 of 182) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DLabel.java37 class Label { class
58 public Label() { method in class:Label
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAndExpression.java30 import sun.tools.asm.Label;
104 void codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) {
106 Label lbl2 = new Label();
H A DOrExpression.java30 import sun.tools.asm.Label;
104 void codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) {
109 Label lbl2 = new Label();
H A DConditionalExpression.java30 import sun.tools.asm.Label;
194 Label l1 = new Label();
195 Label l2 = new Label();
205 Label l1 = new Label();
209 Label l2 = new Label();
H A DBooleanExpression.java30 import sun.tools.asm.Label;
103 void codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) {
H A DIfStatement.java30 import sun.tools.asm.Label;
173 Label l1 = new Label();
177 Label l2 = new Label();
H A DDoStatement.java30 import sun.tools.asm.Label;
111 Label l1 = new Label();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dicache_sparc.cpp37 Label L;
H A Dc1_MacroAssembler_sparc.cpp39 Label L;
79 void C1_MacroAssembler::lock_object(Register Rmark, Register Roop, Register Rbox, Register Rscratch, Label& slow_case) {
82 Label done;
127 void C1_MacroAssembler::unlock_object(Register Rmark, Register Roop, Register Rbox, Label& slow_case) {
130 Label done;
168 Label& slow_case // continuation point if fast allocation fails
206 Label loop;
222 Label& slow_case // continuation point if fast allocation fails
254 Label ok;
316 Label
[all...]
H A Dinterp_masm_sparc.hpp134 void gen_subtype_check( Register sub_klass, Register super_klass, Register tmp1, Register tmp2, Register tmp3, Label &ok_is_subtype );
137 void throw_if_not_1_icc( Condition ok_condition, Label& ok );
138 void throw_if_not_1_xcc( Condition ok_condition, Label& ok );
139 void throw_if_not_1_x ( Condition ok_condition, Label& ok ); // chooses icc or xcc based on _LP64
141 void throw_if_not_2( address throw_entry_point, Register Rscratch, Label& ok);
212 void is_a(Label& L);
276 void test_method_data_pointer(Label& zero_continue);
278 void test_invocation_counter_for_mdp(Register invocation_count, Register Rtmp, Label &profile_continue);
291 Condition cond, Label *where);
293 void test_mdp_data_at(int offset, Register value, Label
[all...]
H A Dinterp_masm_sparc.cpp74 Label skip_move;
180 Label L;
236 Label L;
516 Label done;
549 Label Bad, OK;
588 Label OK1, OK2;
620 Label skip_compiled_code;
633 Label ok;
651 Label not_taken;
698 Label aligne
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp60 class Label;
64 * instructions can accept a Label as their target argument. A Label is
66 * MacroAssembler's 'bind' method, which in turn calls the Label's 'bind'
67 * method. A Label may be referenced by an instruction before it's bound
69 * in the Label object.
71 * If an instruction references a bound Label, the offset field(s) within
72 * the instruction are immediately filled in based on the Label's code
75 * (i.e., 'resolved') when the Label is bound.
82 * Instead of using a linked list of unresolved instructions, a Label ha
113 Label(const Label&) argument
168 Label() { function in class:VALUE_OBJ_CLASS_SPEC
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java301 * same format as the one used in {@link Label}, but limited to BASE types.
371 * node (i.e., each basic block) is represented by the Label object that
388 * i.e. a list of Label objects linked to each other by their
389 * {@link Label#successor} field, in the order they are visited by
392 private Label labels;
397 private Label previousBlock;
402 private Label currentBlock;
408 * {@link Label#inputStackTop beginStackSize} of the current basic block
417 * to the {@link Label#inputStackTop beginStackSize} of the current basic
484 labels = new Label();
[all...]
H A DAttribute.java119 protected Label[] getLabels() {
155 final Label[] labels)
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp38 int C1_MacroAssembler::lock_object(Register hdr, Register obj, Register disp_hdr, Register scratch, Label& slow_case) {
43 Label done;
101 void C1_MacroAssembler::unlock_object(Register hdr, Register obj, Register disp_hdr, Label& slow_case) {
106 Label done;
139 void C1_MacroAssembler::try_allocate(Register obj, Register var_size_in_bytes, int con_size_in_bytes, Register t1, Register t2, Label& slow_case) {
184 Label done;
194 { Label L;
210 { Label even;
223 { Label loop;
236 void C1_MacroAssembler::allocate_object(Register obj, Register t1, Register t2, int header_size, int object_size, Register klass, Label
[all...]
H A Dinterp_masm_x86_32.cpp79 { Label L;
105 { Label L;
130 Label L;
182 Label L;
283 void InterpreterMacroAssembler::gen_subtype_check( Register Rsub_klass, Label &ok_is_subtype ) {
421 Label run_compiled_code;
453 Label L;
518 Label unlocked, unlock, no_unlock;
581 Label loop, exception, entry, restart;
671 Label don
[all...]
H A Dinterp_masm_x86_64.cpp79 Label L;
111 Label L;
131 Label L;
179 Label L;
295 Label& ok_is_subtype) {
421 Label run_compiled_code;
453 Label L;
519 Label unlocked, unlock, no_unlock;
583 Label loop, exception, entry, restart;
674 Label don
[all...]
H A DtemplateInterpreter_x86_32.cpp65 { Label L;
196 Label L_got_cache, L_giant_index;
245 { Label L;
345 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) {
352 Label no_mdo, done;
404 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) {
471 Label after_frame_check;
482 Label after_frame_check_po
[all...]
H A DtemplateInterpreter_x86_64.cpp63 Label L;
179 Label L_got_cache, L_giant_index;
214 Label L;
299 Label* overflow,
300 Label* profile_method,
301 Label* profile_method_continue) {
308 Label no_mdo, done;
359 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) {
422 Label after_frame_check;
442 Label stack_base_oka
[all...]
H A Dc1_LIRAssembler_x86.hpp49 Register recv, Label* update_done);
H A DcppInterpreter_x86.cpp68 Label fast_accessor_slow_entry_path; // fast accessor methods need to be able to jmp to unsynchronized
505 Label not_synced;
514 Label done;
571 void InterpreterGenerator::generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue) {
598 void InterpreterGenerator::generate_counter_overflow(Label* do_continue) {
666 Label after_frame_check;
671 Label after_frame_check_pop;
695 Label stack_base_oka
[all...]
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyReleasedInAppletTest/
H A DTestApplet.java27 import java.awt.Label;
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDTarget.java80 Label label = new Label("[no links here :) ]");
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDTarget.java80 Label label = new Label("[no links here :) ]");
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDTarget.java80 Label label = new Label("[no links here :) ]");

Completed in 108 milliseconds

12345678