Home
last modified time | relevance | path

Searched refs:lbl (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.h232 void movl(const Address& dst, Label* lbl);
Dassembler_x86.cc141 void X86Assembler::movl(const Address& dst, Label* lbl) { in movl() argument
145 EmitLabel(lbl, dst.length_ + 5); in movl()