Home
last modified time | relevance | path

Searched refs:starts (Results 1 – 6 of 6) sorted by relevance

/art/test/908-gc-start-finish/
Dgc_callbacks.cc32 static size_t starts = 0; variable
40 starts++; in GarbageCollectionStart()
75 jint result = static_cast<jint>(starts); in Java_art_Test908_getGcStarts()
76 starts = 0; in Java_art_Test908_getGcStarts()
/art/test/1919-vminit-thread-start-timing/
Dinfo.txt3 Test the interaction of VMInit events and thread starts.
/art/test/980-redefine-object/
Dinfo.txt13 If this test starts failing during the doCommonClassRedefinition call it is
/art/test/913-heaps/
Dheaps.cc820 static size_t starts = 0; variable
828 starts++; in GarbageCollectionStart()
863 jint result = static_cast<jint>(starts); in Java_art_Test913_getGcStarts()
864 starts = 0; in Java_art_Test913_getGcStarts()
/art/runtime/native/
Ddalvik_system_DexFile.cc266 ScopedIntArrayAccessor starts(env, jstarts); in DexFile_openInMemoryDexFilesNative() local
275 jint start = starts.Get(i); in DexFile_openInMemoryDexFilesNative()
/art/runtime/
Dmutator_gc_coord.md63 When a Java thread starts to execute native code, and may thus not respond
307 `SuspendAll()` and `ResumeAll()` calls. Thus once a `SuspendAll()` call starts,