Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 3 of 3) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java33 private static final Type t0 = Type.OBJECT; field in DiffFieldsTest
45 FieldValue normal1 = new FieldValue("name", t0, Value.pack(1)); in normalMatchedDiffedFieldValues()
46 FieldValue normal2 = new FieldValue("name", t0, Value.pack(2)); in normalMatchedDiffedFieldValues()
50 assertEquals(t0, x.type); in normalMatchedDiffedFieldValues()
58 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in nulledMatchedDiffedFieldValues()
59 FieldValue nulled = new FieldValue("name", t0, null); in nulledMatchedDiffedFieldValues()
63 assertEquals(t0, x.type); in nulledMatchedDiffedFieldValues()
70 assertEquals(t0, y.type); in nulledMatchedDiffedFieldValues()
78 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalAddedDiffedFieldValues()
82 assertEquals(t0, x.type); in normalAddedDiffedFieldValues()
[all …]
/art/compiler/
Dexception_test.cc139 const dex::TryItem& t0 = accessor.TryItems().begin()[0]; in TEST_F() local
141 EXPECT_LE(t0.start_addr_, t1.start_addr_); in TEST_F()
/art/runtime/
Dclass_linker.cc5268 uint64_t t0; in InitializeClass() local
5373 t0 = stats_enabled ? NanoTime() : 0u; in InitializeClass()
5538 global_stats->class_init_time_ns += (t1 - t0 - t_sub); in InitializeClass()
5539 thread_stats->class_init_time_ns += (t1 - t0 - t_sub); in InitializeClass()