OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_instruction_map_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
instruction_map.h
70
return
first_instruction_map_
.Lookup(inst, size, mode);
154
}
first_instruction_map_
;
member in class:open_vcdiff::VCDiffInstructionMap
instruction_map.cc
154
:
first_instruction_map_
(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
158
// First pass to fill up
first_instruction_map_
164
first_instruction_map_
.Add(code_table_data.inst1[opcode],
172
first_instruction_map_
.Add(code_table_data.inst2[opcode],
Completed in 30 milliseconds