Searched refs:starts (Results 1 – 6 of 6) sorted by relevance
32 static size_t starts = 0; variable40 starts++; in GarbageCollectionStart()75 jint result = static_cast<jint>(starts); in Java_art_Test908_getGcStarts()76 starts = 0; in Java_art_Test908_getGcStarts()
3 Test the interaction of VMInit events and thread starts.
150 starts = map(lambda m: len(string) if m is None else m.start(), matches)151 return min(starts)
13 If this test starts failing during the doCommonClassRedefinition call it is
816 static size_t starts = 0; variable824 starts++; in GarbageCollectionStart()859 jint result = static_cast<jint>(starts); in Java_art_Test913_getGcStarts()860 starts = 0; in Java_art_Test913_getGcStarts()
254 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative() local263 jint start = starts.Get(i); in DexFile_openInMemoryDexFilesNative()