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.
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()
256 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative() local265 jint start = starts.Get(i); in DexFile_openInMemoryDexFilesNative()
63 When a Java thread starts to execute native code, and may thus not respond