OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_WORK_QUEUE_SIZE
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/
Compiler.cpp
45
if (gDvmJit.compilerWorkDequeueIndex ==
COMPILER_WORK_QUEUE_SIZE
) {
107
if (gDvmJit.compilerQueueLength ==
COMPILER_WORK_QUEUE_SIZE
||
123
if (i ==
COMPILER_WORK_QUEUE_SIZE
)
140
if (gDvmJit.compilerWorkEnqueueIndex ==
COMPILER_WORK_QUEUE_SIZE
)
346
sizeof(CompilerWorkOrder) *
COMPILER_WORK_QUEUE_SIZE
);
477
COMPILER_WORK_QUEUE_SIZE
- (
COMPILER_WORK_QUEUE_SIZE
/4);
Compiler.h
28
#define
COMPILER_WORK_QUEUE_SIZE
100
/dalvik/vm/
Globals.h
977
CompilerWorkOrder compilerWorkQueue[
COMPILER_WORK_QUEUE_SIZE
];
Completed in 850 milliseconds