OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dex_instructions
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/
mir_analysis.cc
837
int
dex_instructions
;
member in struct:art::MethodStats
899
stats->
dex_instructions
+= loop_scale_factor;
934
float count = stats->
dex_instructions
;
942
LOG(INFO) << "STATS " << stats->
dex_instructions
<< ", math:"
Completed in 130 milliseconds