OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte_instruction_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
assembly_program.cc
150
if (instruction->op() != DEFBYTE) // Will be in
byte_instruction_cache_
.
153
if (
byte_instruction_cache_
.get()) {
155
delete
byte_instruction_cache_
[i];
477
if (!
byte_instruction_cache_
.get()) {
478
byte_instruction_cache_
.reset(new(std::nothrow) Instruction*[256]);
479
if (!
byte_instruction_cache_
.get())
483
byte_instruction_cache_
[i] =
485
if (!
byte_instruction_cache_
[i]) {
487
delete
byte_instruction_cache_
[j];
488
byte_instruction_cache_
.reset()
[
all
...]
assembly_program.h
152
scoped_ptr<Instruction*[]>
byte_instruction_cache_
;
member in class:courgette::AssemblyProgram
Completed in 76 milliseconds