OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:geteffectiveinstructioncount
(Results
1 - 5
of
5
) sorted by null
/dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java
122
= nonOptRmeth.getBlocks().
getEffectiveInstructionCount
();
128
+ rmeth.getBlocks().
getEffectiveInstructionCount
()
134
= rmeth.getBlocks().
getEffectiveInstructionCount
();
OptimizerOptions.java
144
= rmeth.getBlocks().
getEffectiveInstructionCount
();
146
= skipRopMethod.getBlocks().
getEffectiveInstructionCount
();
/dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java
127
public int
getEffectiveInstructionCount
() {
/dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java
127
public int
getEffectiveInstructionCount
() {
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlockList.java
127
public int
getEffectiveInstructionCount
() {
Completed in 77 milliseconds