Home
last modified time | relevance | path

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

/art/test/102-concurrent-gc/
Dinfo.txt1 Test that attempts to hide objects from a concurrently running GC. The
/art/test/978-virtual-interface/
Dinfo.txt5 This test checks that we correctly detect when one attempts to invoke an
/art/libartbase/base/
Dutils.cc88 bool TouchAndFlushCacheLinesWithinPage(uintptr_t start, uintptr_t limit, size_t attempts) { in TouchAndFlushCacheLinesWithinPage() argument
93 for (size_t i = 0; i < attempts; ++i) { in TouchAndFlushCacheLinesWithinPage()
/art/tools/dexfuzz/
DREADME43 dexfuzz --inputs=<seeds dir> --execute --repeat=<attempts> \
89 Iterations - number of attempts we've made to mutate DEX files.
/art/tools/bisection_search/
DREADME.md6 output for the program. It then attempts to narrow down the issue to a single
/art/tools/checker/
DREADME8 followed by a pattern that the engine attempts to match in the compiler output.