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.c
38
if (gDvmJit.compilerWorkDequeueIndex ==
COMPILER_WORK_QUEUE_SIZE
) {
75
if (gDvmJit.compilerQueueLength ==
COMPILER_WORK_QUEUE_SIZE
||
89
if (i ==
COMPILER_WORK_QUEUE_SIZE
)
105
if (gDvmJit.compilerWorkEnqueueIndex ==
COMPILER_WORK_QUEUE_SIZE
)
295
sizeof(CompilerWorkOrder) *
COMPILER_WORK_QUEUE_SIZE
);
404
COMPILER_WORK_QUEUE_SIZE
- (
COMPILER_WORK_QUEUE_SIZE
/4);
Compiler.h
29
#define
COMPILER_WORK_QUEUE_SIZE
100
/dalvik/vm/
Globals.h
863
CompilerWorkOrder compilerWorkQueue[
COMPILER_WORK_QUEUE_SIZE
];
Completed in 13 milliseconds