OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compiledDalvikSize
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/
Utility.cpp
214
totalStats->
compiledDalvikSize
+= methodStats->
compiledDalvikSize
;
222
if (methodStats->
compiledDalvikSize
>= limit) {
226
methodStats->
compiledDalvikSize
,
257
totalMethodStats.
compiledDalvikSize
,
Compiler.h
174
int
compiledDalvikSize
; // # of compiled dalvik bytecodes
Frontend.cpp
[
all
...]
Completed in 191 milliseconds