Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dreference_type_propagation_test.cc112 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType())); in TEST_F() local
146 ReferenceTypeInfo t5(MergeTypes(ObjectType(false), ObjectType())); in TEST_F() local
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java38 private static final Type t5 = Type.BYTE; field in DiffFieldsTest
/art/test/567-checker-builder-intrinsics/src/
DTestMinMax.java625 int t5 = (x > y) ? x : y; in minmaxCSEScalar() local
661 int t5 = (x[0] > y[0]) ? x[0] : y[0]; in minmaxCSEArray() local