Home
last modified time | relevance | path

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

/art/runtime/jdwp/
DREADME.txt6 something that appears implemented but has never been tested.
/art/tools/checker/
DREADME10 Assertions 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/
DSmaliTests.smali332 # The transformation tested is implemented in `InstructionSimplifierVisitor::VisitNot`.
/art/compiler/optimizing/
Dloop_optimization.cc378 static bool HasVectorRestrictions(uint64_t restrictions, uint64_t tested) { in HasVectorRestrictions() argument
379 return (restrictions & tested) != 0; in HasVectorRestrictions()