Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp528 target_size_t instructionSize; in UpdateStackFrameCpuState() local
531 instructionSize) == B_OK) { in UpdateStackFrameCpuState()
532 eip -= instructionSize; in UpdateStackFrameCpuState()
627 target_size_t instructionSize; in DisassembleCode() local
630 instructionSize, breakpointAllowed) == B_OK) { in DisassembleCode()
633 instructionSize)) { in DisassembleCode()
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp605 target_size_t instructionSize; in UpdateStackFrameCpuState() local
608 instructionSize) == B_OK) { in UpdateStackFrameCpuState()
609 rip -= instructionSize; in UpdateStackFrameCpuState()
704 target_size_t instructionSize; in DisassembleCode() local
707 instructionSize, breakpointAllowed) == B_OK) { in DisassembleCode()
710 instructionSize)) { in DisassembleCode()