OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modrm_entry
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp
344
const ModrmEntry*
modrm_entry
= 0;
local
346
modrm_entry
= &s_ia32_modrm_map_[modrm];
348
modrm_entry
= &s_ia16_modrm_map_[modrm];
350
// Invariant:
modrm_entry
points to information that we need to decode
355
if (
modrm_entry
->is_encoded_in_instruction_)
356
operand_bytes_ +=
modrm_entry
->operand_size_;
360
if (
modrm_entry
->use_sib_byte_) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc
380
const ModrmEntry*
modrm_entry
= 0;
local
382
modrm_entry
= &s_ia32_modrm_map_[modrm];
384
modrm_entry
= &s_ia16_modrm_map_[modrm];
386
// Invariant:
modrm_entry
points to information that we need to decode
391
if (
modrm_entry
->is_encoded_in_instruction_)
392
operand_bytes_ +=
modrm_entry
->operand_size_;
396
if (
modrm_entry
->use_sib_byte_) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc
380
const ModrmEntry*
modrm_entry
= 0;
local
382
modrm_entry
= &s_ia32_modrm_map_[modrm];
384
modrm_entry
= &s_ia16_modrm_map_[modrm];
386
// Invariant:
modrm_entry
points to information that we need to decode
391
if (
modrm_entry
->is_encoded_in_instruction_)
392
operand_bytes_ +=
modrm_entry
->operand_size_;
396
if (
modrm_entry
->use_sib_byte_) {
/external/chromium_org/tools/memory_watcher/
mini_disassembler.cc
341
const ModrmEntry*
modrm_entry
= 0;
local
343
modrm_entry
= &s_ia32_modrm_map_[modrm];
345
modrm_entry
= &s_ia16_modrm_map_[modrm];
347
// Invariant:
modrm_entry
points to information that we need to decode
352
if (
modrm_entry
->is_encoded_in_instruction_)
353
operand_bytes_ +=
modrm_entry
->operand_size_;
357
if (
modrm_entry
->use_sib_byte_) {
/external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.cc
365
const ModrmEntry*
modrm_entry
= 0;
local
367
modrm_entry
= &s_ia32_modrm_map_[modrm];
369
modrm_entry
= &s_ia16_modrm_map_[modrm];
371
// Invariant:
modrm_entry
points to information that we need to decode
376
if (
modrm_entry
->is_encoded_in_instruction_)
377
operand_bytes_ +=
modrm_entry
->operand_size_;
381
if (
modrm_entry
->use_sib_byte_) {
Completed in 370 milliseconds