Home
last modified time | relevance | path

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

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