Home
last modified time | relevance | path

Searched defs:t6 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc151 ReferenceTypeInfo t6(MergeTypes(ObjectType(), ObjectType(false))); in TEST_F() local
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java39 private static final Type t6 = Type.SHORT; field in DiffFieldsTest
/art/test/679-checker-minmax/src/
DMain.java650 int t6 = (x < y) ? x : y; in minmaxCSEScalar() local
686 int t6 = (x[0] < y[0]) ? x[0] : y[0]; in minmaxCSEArray() local