OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilermethodstats
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/
Utility.cpp
206
static int dumpMethodStats(void *
compilerMethodStats
, void *totalMethodStats)
208
CompilerMethodStats
*methodStats =
209
(
CompilerMethodStats
*)
compilerMethodStats
;
210
CompilerMethodStats
*totalStats =
211
(
CompilerMethodStats
*) totalMethodStats;
240
CompilerMethodStats
totalMethodStats;
242
memset(&totalMethodStats, 0, sizeof(
CompilerMethodStats
));
Compiler.h
178
typedef struct
CompilerMethodStats
{
184
}
CompilerMethodStats
;
201
CompilerMethodStats
*dvmCompilerAnalyzeMethodBody(const Method *method,
InlineTransformation.cpp
234
CompilerMethodStats
*methodStats =
282
CompilerMethodStats
*methodStats =
362
CompilerMethodStats
*methodStats =
407
CompilerMethodStats
*methodStats =
Frontend.cpp
195
static int compareMethod(const
CompilerMethodStats
*m1,
196
const
CompilerMethodStats
*m2)
272
CompilerMethodStats
*dvmCompilerAnalyzeMethodBody(const Method *method,
281
CompilerMethodStats
dummyMethodEntry; // For hash table lookup
282
CompilerMethodStats
*realMethodEntry; // For hash table storage
286
realMethodEntry = (
CompilerMethodStats
*)
296
(
CompilerMethodStats
*) calloc(1, sizeof(
CompilerMethodStats
));
[
all
...]
Completed in 409 milliseconds