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
820 static size_t starts = 0; variable828 starts++; in GarbageCollectionStart()863 jint result = static_cast<jint>(starts); in Java_art_Test913_getGcStarts()864 starts = 0; in Java_art_Test913_getGcStarts()
266 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative() local275 jint start = starts.Get(i); in DexFile_openInMemoryDexFilesNative()
63 When a Java thread starts to execute native code, and may thus not respond307 `SuspendAll()` and `ResumeAll()` calls. Thus once a `SuspendAll()` call starts,