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

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp51 if ((IT_UNKNOWN == instruction_type_) || (IT_UNUSED == instruction_type_)) {
72 return instruction_type_;
81 instruction_type_ = IT_UNKNOWN;
128 instruction_type_ = IT_UNKNOWN;
129 return instruction_type_;
137 instruction_type_ = IT_UNUSED;
138 return instruction_type_;
145 return instruction_type_;
161 instruction_type_
[all...]
H A Dmini_disassembler.h108 InstructionType instruction_type_; member in class:sidestep::MiniDisassembler
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc76 if ((IT_UNKNOWN == instruction_type_) || (IT_UNUSED == instruction_type_)) {
97 return instruction_type_;
112 instruction_type_ = IT_UNKNOWN;
161 instruction_type_ = IT_UNKNOWN;
162 return instruction_type_;
170 instruction_type_ = IT_UNUSED;
171 return instruction_type_;
178 return instruction_type_;
193 instruction_type_
[all...]
H A Dmini_disassembler.h143 InstructionType instruction_type_; member in class:sidestep::MiniDisassembler
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc76 if ((IT_UNKNOWN == instruction_type_) || (IT_UNUSED == instruction_type_)) {
97 return instruction_type_;
112 instruction_type_ = IT_UNKNOWN;
161 instruction_type_ = IT_UNKNOWN;
162 return instruction_type_;
170 instruction_type_ = IT_UNUSED;
171 return instruction_type_;
178 return instruction_type_;
193 instruction_type_
[all...]
H A Dmini_disassembler.h143 InstructionType instruction_type_; member in class:sidestep::MiniDisassembler
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc72 if ((IT_UNKNOWN == instruction_type_) || (IT_UNUSED == instruction_type_)) {
93 return instruction_type_;
102 instruction_type_ = IT_UNKNOWN;
149 instruction_type_ = IT_UNKNOWN;
150 return instruction_type_;
158 instruction_type_ = IT_UNUSED;
159 return instruction_type_;
166 return instruction_type_;
182 instruction_type_
[all...]
H A Dmini_disassembler.h108 InstructionType instruction_type_; member in class:sidestep::MiniDisassembler

Completed in 58 milliseconds