HomeSort by relevance Sort by last modified time
    Searched defs:instructionCount (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
Debug_InstructionCountTest.java 28 @TestTargetClass(Debug.InstructionCount.class)
34 method = "Debug.InstructionCount",
59 Debug.InstructionCount instructionCount = new Debug.InstructionCount();
61 assertTrue(instructionCount.resetAndStart());
63 instructionCount.collect();
64 int insCountsFirst = instructionCount.globalTotal();
65 int methodInvFirst = instructionCount.globalMethodInvocations();
67 assertTrue(instructionCount.resetAndStart())
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 173 unsigned instructionCount = m_codeBlock->instructions().size();
179 for (m_bytecodeIndex = 0; m_bytecodeIndex < instructionCount; ) {