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

/art/compiler/utils/x86/
H A Dassembler_x86.h598 void EmitLabel(Label* label, int instruction_size);
H A Dassembler_x86.cc1358 void X86Assembler::EmitLabel(Label* label, int instruction_size) { argument
1362 EmitInt32(offset - instruction_size);

Completed in 62 milliseconds