Searched defs:counts (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DAtomicIntegerArrayTest.java259 volatile int counts; field in class:AtomicIntegerArrayTest.Counter
270 ++counts;
296 assertEquals(c1.counts+c2.counts, SIZE * COUNTDOWN);
H A DAtomicLongArrayTest.java257 volatile long counts; field in class:AtomicLongArrayTest.Counter
268 ++counts;
294 assertEquals(c1.counts+c2.counts, SIZE * COUNTDOWN);
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
H A DVMDebug.java300 public static native void getInstructionCount(int[] counts); argument
/dalvik/vm/native/
H A Ddalvik_system_SamplingProfiler.c66 /** Sample counts for method divided by thread type and state. */
67 u2 counts[THREAD_TYPE_SIZE][THREAD_STATE_SIZE][METHOD_STATE_SIZE]; // 16B member in struct:__anon153
164 entry->counts[threadType][threadState][methodState]++;
172 entry->counts[threadType][threadState][methodState] = 1;
304 /** Entry in a hash of method counts by class. */
413 // sample counts
466 // Sample counts.
467 u2 (*counts)[THREAD_STATE_SIZE][METHOD_STATE_SIZE]
468 = wrapper->methodCount->counts;
475 writeShort(offset, counts[typ
[all...]

Completed in 207 milliseconds