Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc81 #define FETCH_OR_SKIP_BYTE(assignment) \ in GetInstructionSize() macro
90 #define FETCH_BYTE(var) FETCH_OR_SKIP_BYTE((var) = *pc) in GetInstructionSize()
91 #define SKIP_BYTE() FETCH_OR_SKIP_BYTE((void)0) in GetInstructionSize()
258 #undef FETCH_OR_SKIP_BYTE in GetInstructionSize()