HomeSort by relevance Sort by last modified time
    Searched refs:NearLabel (Results 1 - 13 of 13) sorted by null

  /art/compiler/utils/
label.h 40 class NearLabel;
44 class NearLabel;
119 friend class x86::NearLabel;
121 friend class x86_64::NearLabel;
  /art/compiler/utils/x86/
assembler_x86.h 242 class NearLabel : private Label {
244 NearLabel() : Label() {}
259 DISALLOW_COPY_AND_ASSIGN(NearLabel);
685 void j(Condition condition, NearLabel* label);
686 void jecxz(NearLabel* label);
691 void jmp(NearLabel* label);
736 void Bind(NearLabel* label);
805 void EmitLabelLink(NearLabel* label);
assembler_x86_test.cc 790 x86::NearLabel target;
802 TEST_F(AssemblerX86Test, NearLabel) {
804 x86::NearLabel start, target;
assembler_x86.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 315 class NearLabel : private Label {
317 NearLabel() : Label() {}
332 DISALLOW_COPY_AND_ASSIGN(NearLabel);
728 void j(Condition condition, NearLabel* label);
729 void jrcxz(NearLabel* label);
734 void jmp(NearLabel* label);
806 void Bind(NearLabel* label);
876 void EmitLabelLink(NearLabel* label);
    [all...]
assembler_x86_64.cc     [all...]
assembler_x86_64_test.cc     [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc 125 NearLabel loop;
533 NearLabel nan, done, op2_label;
    [all...]
intrinsics_x86_64.cc 99 NearLabel loop;
374 NearLabel nan, done, op2_label;
675 NearLabel skip_incr, done;
719 NearLabel skip_incr, done;
    [all...]
code_generator_x86.cc 608 NearLabel done;
    [all...]
code_generator_x86_64.cc 629 NearLabel done;
    [all...]
code_generator_vector_x86.cc 894 NearLabel done, not_compressed;
    [all...]
code_generator_vector_x86_64.cc 887 NearLabel done, not_compressed;
    [all...]

Completed in 217 milliseconds