Home
last modified time | relevance | path

Searched defs:t4 (Results 1 – 4 of 4) sorted by relevance

/art/test/567-checker-builder-intrinsics/src/
DTestMinMax.java624 int t4 = (x < y) ? x : y; in minmaxCSEScalar() local
660 int t4 = (x[0] < y[0]) ? x[0] : y[0]; in minmaxCSEArray() local
684 int t4 = (x < y) ? x : y; in minmaxCSEScalarAndCond() local
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java37 private static final Type t4 = Type.DOUBLE; field in DiffFieldsTest
/art/compiler/optimizing/
Dreference_type_propagation_test.cc206 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType())); in TEST_F() local
238 ReferenceTypeInfo t4(MergeTypes(StringType(), ObjectType())); in TEST_F() local
/art/test/924-threads/src/art/
DTest924.java77 Thread t4 = new Thread("Subclass") { in doTest() local