OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILE_TABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/
AnalysisO1.h
53
#define
COMPILE_TABLE_SIZE
200
313
extern compileTableEntry compileTable[
COMPILE_TABLE_SIZE
];
AnalysisO1.cpp
183
compileTableEntry compileTable[
COMPILE_TABLE_SIZE
];
186
regAllocStateEntry1 stateTable1_1[
COMPILE_TABLE_SIZE
];
187
regAllocStateEntry1 stateTable1_2[
COMPILE_TABLE_SIZE
];
188
regAllocStateEntry1 stateTable1_3[
COMPILE_TABLE_SIZE
];
189
regAllocStateEntry1 stateTable1_4[
COMPILE_TABLE_SIZE
];
190
regAllocStateEntry2 stateTable2_1[
COMPILE_TABLE_SIZE
];
191
regAllocStateEntry2 stateTable2_2[
COMPILE_TABLE_SIZE
];
192
regAllocStateEntry2 stateTable2_3[
COMPILE_TABLE_SIZE
];
193
regAllocStateEntry2 stateTable2_4[
COMPILE_TABLE_SIZE
];
[
all
...]
Completed in 31 milliseconds