OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetByteInstruction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
assembly_program.h
151
Instruction*
GetByteInstruction
(uint8 byte);
assembly_program.cc
178
return Emit(
GetByteInstruction
(byte));
476
Instruction* AssemblyProgram::
GetByteInstruction
(uint8 byte) {
Completed in 31 milliseconds