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

/art/compiler/utils/x86/
H A Dassembler_x86.h238 void movl(const Address& dst, Label* lbl);
491 void StoreLabelToThread(ThreadOffset thr_offs, Label* lbl);
H A Dassembler_x86.cc141 void X86Assembler::movl(const Address& dst, Label* lbl) { argument
145 EmitLabel(lbl, dst.length_ + 5);
1502 void X86Assembler::StoreLabelToThread(ThreadOffset thr_offs, Label* lbl) { argument
1503 fs()->movl(Address::Absolute(thr_offs), lbl); local

Completed in 45 milliseconds