Home
last modified time | relevance | path

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

/art/test/
DREADME.arm_fvp.md14 - android-13.0.0_r12 was tested successfully to run QEMU:
16 - a full or minimal tree - the one to be tested as part of ART test run.
/art/tools/checker/
DREADME10 Statements are tested in groups which correspond to the individual compiler
12 header which specifies the output group it should be tested against. The group
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests2.smali48 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
DSmaliTests.smali332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
/art/runtime/
Dmutator_gc_coord.md28 setting a flag in the thread structure[^1], which is then explicitly tested by the
/art/compiler/optimizing/
Dloop_optimization.cc365 static bool HasVectorRestrictions(uint64_t restrictions, uint64_t tested) { in HasVectorRestrictions() argument
366 return (restrictions & tested) != 0; in HasVectorRestrictions()