OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instruction_type_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/win/src/sidestep/
mini_disassembler.cpp
51
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_
= specific_opcode->type_
[
all
...]
mini_disassembler.h
108
InstructionType
instruction_type_
;
member in class:sidestep::MiniDisassembler
Completed in 1750 milliseconds