Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc119 uint32_t immediate_size = 0; in GetInstructionSize() local
209 immediate_size = 1; in GetInstructionSize()
217 immediate_size = operand_size_prefix ? 2 : 4; in GetInstructionSize()
227 immediate_size = (opcode == 0xf6) ? 1 : (operand_size_prefix ? 2 : 4); in GetInstructionSize()
271 pc += displacement_size + immediate_size; in GetInstructionSize()