Searched refs:instructionCount (Results 1 - 10 of 10) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCode.java69 final int instructionCount; field in class:Code.Try
72 Try(int startAddress, int instructionCount, int handlerOffset) { argument
74 this.instructionCount = instructionCount;
83 return instructionCount;
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java134 for (int index = 0; index < instructionSequenceMatcher.instructionCount(); index++)
155 for (int index = replacementInstructions.length; index < instructionSequenceMatcher.instructionCount(); index++)
181 for (int index = 0; index < instructionSequenceMatcher.instructionCount(); index++)
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h287 unsigned instructionCount() { return m_instructionCount; } function in class:JSC::CodeBlock
288 void setInstructionCount(unsigned instructionCount) { m_instructionCount = instructionCount; } argument
H A DCodeBlock.cpp338 size_t instructionCount = 0; local
341 ++instructionCount;
344 static_cast<unsigned long>(instructionCount),
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.cpp171 unsigned instructionCount = m_codeBlock->instructions().size(); local
177 for (m_bytecodeOffset = 0; m_bytecodeOffset < instructionCount; ) {
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java117 public int instructionCount() method in class:InstructionSequenceMatcher
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java149 int instructionCount = in.readInt();
153 byte[] encodedInstructions = in.readBytes(instructionCount * 2);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java740 int instructionCount = 0;
936 instructionMap.put (ip, ++ instructionCount);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 648 milliseconds