Searched defs:instruction_size (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dbytecode_utils.h42 size_t instruction_size = CurrentInstruction().SizeInCodeUnits(); local
43 code_ptr_ += instruction_size;
44 dex_pc_ += instruction_size;
/art/compiler/utils/x86/
H A Dassembler_x86.cc1862 void X86Assembler::EmitLabel(Label* label, int instruction_size) { argument
1866 EmitInt32(offset - instruction_size);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2427 void X86_64Assembler::EmitLabel(Label* label, int instruction_size) { argument
2431 EmitInt32(offset - instruction_size);

Completed in 134 milliseconds