OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operand_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/win/src/sidestep/
mini_disassembler.cpp
57
// Invariant:
operand_bytes_
indicates the total size of operands
69
*instruction_bytes +=
operand_bytes_
+ (current_byte - start_byte);
78
operand_bytes_
= 0;
170
// Inv: We have processed the opcode and incremented
operand_bytes_
252
operand_bytes_
+= OS_BYTE;
256
operand_bytes_
+= OS_WORD;
258
operand_bytes_
+= OS_BYTE;
261
operand_bytes_
+= OS_DOUBLE_WORD;
264
operand_bytes_
+= OS_DOUBLE_QUAD_WORD;
269
operand_bytes_
+= OS_48_BIT_POINTER
[
all
...]
mini_disassembler.h
83
//
operand_bytes_
if any are specifies by the opcode directly.
90
//
operand_bytes_
if it directly indicates an immediate etc.
95
// Increments
operand_bytes_
by size specified by ModR/M and
113
unsigned int
operand_bytes_
;
member in class:sidestep::MiniDisassembler
Completed in 38 milliseconds