Searched refs:operand_bytes_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc82 // Invariant: operand_bytes_ indicates the total size of operands
94 instruction_bytes += operand_bytes_ + (current_byte - start_byte);
109 operand_bytes_ = 0;
202 // Inv: We have processed the opcode and incremented operand_bytes_
284 operand_bytes_ += OS_BYTE;
288 operand_bytes_ += OS_WORD;
290 operand_bytes_ += OS_BYTE;
293 operand_bytes_ += OS_DOUBLE_WORD;
296 operand_bytes_ += OS_DOUBLE_QUAD_WORD;
301 operand_bytes_
[all...]
H A Dmini_disassembler.h118 // operand_bytes_ if any are specifies by the opcode directly.
125 // operand_bytes_ if it directly indicates an immediate etc.
130 // Increments operand_bytes_ by size specified by ModR/M and
148 unsigned int operand_bytes_; member in class:sidestep::MiniDisassembler
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc82 // Invariant: operand_bytes_ indicates the total size of operands
94 instruction_bytes += operand_bytes_ + (current_byte - start_byte);
109 operand_bytes_ = 0;
202 // Inv: We have processed the opcode and incremented operand_bytes_
284 operand_bytes_ += OS_BYTE;
288 operand_bytes_ += OS_WORD;
290 operand_bytes_ += OS_BYTE;
293 operand_bytes_ += OS_DOUBLE_WORD;
296 operand_bytes_ += OS_DOUBLE_QUAD_WORD;
301 operand_bytes_
[all...]
H A Dmini_disassembler.h118 // operand_bytes_ if any are specifies by the opcode directly.
125 // operand_bytes_ if it directly indicates an immediate etc.
130 // Increments operand_bytes_ by size specified by ModR/M and
148 unsigned int operand_bytes_; member in class:sidestep::MiniDisassembler
/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp57 // 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_
[all...]
H A Dmini_disassembler.h83 // 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
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc78 // Invariant: operand_bytes_ indicates the total size of operands
90 *instruction_bytes += operand_bytes_ + (current_byte - start_byte);
99 operand_bytes_ = 0;
191 // Inv: We have processed the opcode and incremented operand_bytes_
273 operand_bytes_ += OS_BYTE;
277 operand_bytes_ += OS_WORD;
279 operand_bytes_ += OS_BYTE;
282 operand_bytes_ += OS_DOUBLE_WORD;
285 operand_bytes_ += OS_DOUBLE_QUAD_WORD;
290 operand_bytes_
[all...]
H A Dmini_disassembler.h83 // 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 736 milliseconds