Searched defs:NearLabel (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.h241 class NearLabel : private Label { class in namespace:art::x86
243 NearLabel() : Label() {} function in class:art::x86::NearLabel
258 DISALLOW_COPY_AND_ASSIGN(NearLabel);
580 void j(Condition condition, NearLabel* label);
581 void jecxz(NearLabel* label);
586 void jmp(NearLabel* label);
628 void Bind(NearLabel* label);
808 void EmitLabelLink(NearLabel* label);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h314 class NearLabel : private Label { class in namespace:art::x86_64
316 NearLabel() : Label() {} function in class:art::x86_64::NearLabel
331 DISALLOW_COPY_AND_ASSIGN(NearLabel);
622 void j(Condition condition, NearLabel* label);
623 void jrcxz(NearLabel* label);
628 void jmp(NearLabel* label);
699 void Bind(NearLabel* label);
881 void EmitLabelLink(NearLabel* label);

Completed in 23 milliseconds