Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dbit_struct_test.cc157 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/
DTest1934.java80 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/
Dmemcmp16_arm64.S54 tst tmp1, #7
Dquick_entrypoints_arm64.S1163 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/
Dmemcmp16_arm.S74 tst r3, #2
Dquick_entrypoints_arm.S908 tst r2, r2
2274 tst ip, #LOCK_WORD_MARK_BIT_MASK_SHIFTED
2465 tst rMR, #LOCK_WORD_MARK_BIT_MASK_SHIFTED