Searched refs:tst (Results 1 – 14 of 14) sorted by relevance
/art/libartbase/base/ |
D | bit_struct_test.cc | 160 TestBitStruct tst{}; in TEST() local 164 EXPECT_EQ(1u, sizeof(tst._)); in TEST() 165 EXPECT_EQ(1u, sizeof(tst.i3)); in TEST() 166 EXPECT_EQ(1u, sizeof(tst.u4)); in TEST() 167 EXPECT_EQ(1u, sizeof(tst.alias_all)); in TEST() 170 tst.i3 = -1; in TEST() 171 tst.u4 = 0b1010; in TEST() 174 int8_t read_i3 = tst.i3; in TEST() 175 uint8_t read_u4 = tst.u4; in TEST() 182 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/interpreter/mterp/armng/ |
D | invoke.S | 33 tst r0, #1 94 tst r4, #3 106 tst r4, #1
|
D | main.S | 333 tst \code_item, #1 347 tst lr, #COMPACT_CODE_ITEM_REGISTERS_INS_OUTS_FLAGS 350 tst lr, #COMPACT_CODE_ITEM_INSNS_FLAG 354 tst lr, #COMPACT_CODE_ITEM_REGISTERS_FLAG 360 tst lr, #COMPACT_CODE_ITEM_INS_FLAG 370 tst lr, #COMPACT_CODE_ITEM_OUTS_FLAG 967 tst ip, #ART_METHOD_NTERP_INVOKE_FAST_PATH_FLAG 1266 tst ip, #ART_METHOD_NTERP_INVOKE_FAST_PATH_FLAG 1586 tst ip, #THREAD_SUSPEND_OR_CHECKPOINT_REQUEST 1594 tst ip, #ART_METHOD_IS_MEMORY_SHARED_FLAG [all …]
|
D | object.S | 30 tst r3, #MIRROR_CLASS_IS_INTERFACE_FLAG 109 tst r3, #MIRROR_CLASS_IS_INTERFACE_FLAG 393 tst r0, #1 491 tst r0, #1
|
/art/runtime/arch/arm64/ |
D | asm_support_arm64.S | 411 tst w10, #LOCK_WORD_GC_STATE_MASK_SHIFTED_TOGGLED // Test the non-gc bits. 419 tst w11, #(LOCK_WORD_STATE_MASK_SHIFTED | LOCK_WORD_THIN_LOCK_OWNER_MASK_SHIFTED) 422 tst w11, #LOCK_WORD_THIN_LOCK_COUNT_MASK_SHIFTED // Test the new thin lock count. 448 tst w11, #LOCK_WORD_GC_STATE_MASK_SHIFTED_TOGGLED // Test the non-gc bits. 460 tst w11, #(LOCK_WORD_STATE_MASK_SHIFTED | LOCK_WORD_THIN_LOCK_OWNER_MASK_SHIFTED)
|
D | memcmp16_arm64.S | 54 tst tmp1, #7
|
D | jni_entrypoints_arm64.S | 110 tst xIP0, xIP1
|
D | quick_entrypoints_arm64.S | 2034 tst wIP0, wIP0, lsl #1 2357 tst wIP1, wIP1, lsl #1
|
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 105 tst ip, #(ACCESS_FLAGS_METHOD_IS_FAST_NATIVE | ACCESS_FLAGS_METHOD_IS_CRITICAL_NATIVE) 202 tst ip, #ACCESS_FLAGS_METHOD_IS_NATIVE
|
D | memcmp16_arm.S | 74 tst r3, #2
|
D | quick_entrypoints_arm.S | 655 tst ip, #LOCK_WORD_READ_BARRIER_STATE_MASK_SHIFTED 717 tst r2, r2 1818 tst ip, #LOCK_WORD_MARK_BIT_MASK_SHIFTED 2009 tst rMR, #LOCK_WORD_MARK_BIT_MASK_SHIFTED
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | invoke.S | 90 tst w26, #0x3
|
D | main.S | 339 tst w13, #COMPACT_CODE_ITEM_REGISTERS_INS_OUTS_FLAGS 342 tst w13, #COMPACT_CODE_ITEM_INSNS_FLAG 1594 tst wip, #THREAD_SUSPEND_OR_CHECKPOINT_REQUEST
|