Home
last modified time | relevance | path

Searched refs:backends (Results 1 – 5 of 5) sorted by relevance

/art/test/660-store-8-16/
Dinfo.txt1 Regression test for the compiler whose x86 and x64 backends
/art/test/667-out-of-bounds/
Dinfo.txt1 Regression test for the x86/x64 backends which under certain
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java418 int backends = 0; in validateOptions() local
420 backends++; in validateOptions()
423 backends++; in validateOptions()
427 backends++; in validateOptions()
429 if (backends < 2) { in validateOptions()
/art/tools/dexfuzz/
DREADME52 And also at least two of the following backends:
96 Timed Out - mutated files that timed out for one or more backends.
100 (use --short-timeouts to set all backends to 2 seconds.)
101 Successful - mutated files that executed and all backends agreed on the resulting
102 output. NB: if all backends crashed with the same output, this would
/art/perfetto_hprof/
Dperfetto_hprof.cc269 args.backends = perfetto::BackendType::kSystemBackend; in WaitForDataSource()