Searched refs:tst (Results 1 – 6 of 6) sorted by relevance
/art/libartbase/base/ |
D | bit_struct_test.cc | 157 TestBitStruct tst{}; in TEST() local 161 EXPECT_EQ(1u, sizeof(tst._)); in TEST() 162 EXPECT_EQ(1u, sizeof(tst.i3)); in TEST() 163 EXPECT_EQ(1u, sizeof(tst.u4)); in TEST() 164 EXPECT_EQ(1u, sizeof(tst.alias_all)); in TEST() 167 tst.i3 = -1; in TEST() 168 tst.u4 = 0b1010; in TEST() 171 int8_t read_i3 = tst.i3; in TEST() 172 uint8_t read_u4 = tst.u4; in TEST() 179 EXPECT_EQ(0b1010111, static_cast<uint8_t>(tst.alias_all)); in TEST() [all …]
|
/art/test/1934-jvmti-signal-thread/src/art/ |
D | Test1934.java | 80 final Object tst = new Object(); in testStopBeforeStart() local 99 final Object tst = new Object(); in testInterruptBeforeStart() local 118 final Object tst = new Object(); in testStopWait() local 124 synchronized (tst) { in testStopWait() 125 tst.wait(); in testStopWait() 133 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {} in testStopWait() 145 final Object tst = new Object(); in testInterruptWait() local 151 synchronized (tst) { in testInterruptWait() 152 tst.wait(); in testInterruptWait() 160 while (!Objects.equals(Monitors.getCurrentContendedMonitor(target), tst)) {} in testInterruptWait()
|
/art/runtime/arch/arm64/ |
D | memcmp16_arm64.S | 54 tst tmp1, #7
|
D | quick_entrypoints_arm64.S | 1163 tst w2, #LOCK_WORD_GC_STATE_MASK_SHIFTED_TOGGLED // Test the non-gc bits. 1171 tst w3, #(LOCK_WORD_STATE_MASK_SHIFTED | LOCK_WORD_THIN_LOCK_OWNER_MASK_SHIFTED) 1174 tst w3, #LOCK_WORD_THIN_LOCK_COUNT_MASK_SHIFTED // Test the new thin lock count. 1213 tst w3, #LOCK_WORD_GC_STATE_MASK_SHIFTED_TOGGLED // Test the non-gc bits. 1225 tst w3, #(LOCK_WORD_STATE_MASK_SHIFTED | LOCK_WORD_THIN_LOCK_OWNER_MASK_SHIFTED) 2498 tst wIP0, wIP0, lsl #1 2822 tst wIP1, wIP1, lsl #1
|
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 74 tst r3, #2
|
D | quick_entrypoints_arm.S | 908 tst r2, r2 2274 tst ip, #LOCK_WORD_MARK_BIT_MASK_SHIFTED 2465 tst rMR, #LOCK_WORD_MARK_BIT_MASK_SHIFTED
|