HomeSort by relevance Sort by last modified time
    Searched refs:instructionCount (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /cts/tests/tests/os/src/android/os/cts/
Debug_InstructionCountTest.java 27 Debug.InstructionCount instructionCount = new Debug.InstructionCount();
29 assertFalse(instructionCount.resetAndStart());
30 assertFalse(instructionCount.collect());
31 assertEquals(0, instructionCount.globalTotal());
32 assertEquals(0, instructionCount.globalMethodInvocations());
  /dalvik/dx/src/com/android/dex/
Code.java 69 final int instructionCount;
72 Try(int startAddress, int instructionCount, int catchHandlerIndex) {
74 this.instructionCount = instructionCount;
83 return instructionCount;
Dex.java 518 int instructionCount = readUnsignedShort();
521 result[i] = new Try(startAddress, instructionCount, catchHandlerIndex);
  /external/swiftshader/src/Reactor/
LLVMRoutineManager.cpp 54 size_t instructionCount = 0;
57 instructionCount += basicBlock->size();
60 actualSize = instructionCount * averageInstructionSize;
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 174 for (int index = 0; index < instructionSequenceMatcher.instructionCount(); index++)
195 for (int index = replacementInstructions.length; index < instructionSequenceMatcher.instructionCount(); index++)
221 for (int index = 0; index < instructionSequenceMatcher.instructionCount(); index++)
  /external/swiftshader/src/Shader/
VertexShader.cpp 100 int instructionCount = 1;
144 instructionCount++;
152 return instructionCount;
PixelShader.cpp 80 int instructionCount = 1;
100 instructionCount++;
108 return instructionCount;
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar 
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 181 int instructionCount = reader.readUshort();
182 out.annotate(2, "insn_count = 0x%x", instructionCount);
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 125 public int instructionCount()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 195 STDMETHOD_(void, SetInstructionCountHint)(UINT32 instructionCount) PURE;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 740 int instructionCount = 0;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
d8.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 

Completed in 483 milliseconds

1 2 3 4