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.cc107 uint32_t immediate_size = 0; in GetInstructionSize() local
191 immediate_size = 1; in GetInstructionSize()
198 immediate_size = operand_size_prefix ? 2 : 4; in GetInstructionSize()
230 pc += displacement_size + immediate_size; in GetInstructionSize()